Last active
December 21, 2018 18:37
-
-
Save leafiy/e577eda35ba99b1ac093071005011206 to your computer and use it in GitHub Desktop.
fix $attr is readonly warning once for all
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
| // add this to your bable config file | |
| plugins: [ | |
| ["module-resolver", { | |
| "root": ["./"], | |
| "alias": { | |
| 'vue': "./node_modules/vue/dist/vue.esm.js" | |
| } | |
| }] | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment