Created
August 30, 2020 03:40
-
-
Save bachhm-dev/1ae1d3255562e3557925038f551620f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // this mixin affects both below instances | |
| Vue.mixin({ /* ... */ }) | |
| const app1 = new Vue({ el: '#app-1' }) | |
| const app2 = new Vue({ el: '#app-2' }) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment