Skip to content

Instantly share code, notes, and snippets.

@leafiy
Last active December 21, 2018 18:37
Show Gist options
  • Select an option

  • Save leafiy/e577eda35ba99b1ac093071005011206 to your computer and use it in GitHub Desktop.

Select an option

Save leafiy/e577eda35ba99b1ac093071005011206 to your computer and use it in GitHub Desktop.
fix $attr is readonly warning once for all
// 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