<meta charset="utf-8">
以lodash举例:
1.安装 cnpm install lodash --save
2.在main.js中配置如vue
image.pngObject.defineProperty(Vue.prototype, '$lodash', { value: lodash })
通过这行代码将$lodash属性添加到Vue原型。
3.使用
image.png直接用 this.$lodash 就可以使用lodash。
<meta charset="utf-8">
以lodash举例:
1.安装 cnpm install lodash --save
2.在main.js中配置如vue
image.pngObject.defineProperty(Vue.prototype, '$lodash', { value: lodash })
通过这行代码将$lodash属性添加到Vue原型。
3.使用
image.png直接用 this.$lodash 就可以使用lodash。
本文标题:vue引入第三方库
本文链接:https://www.haomeiwen.com/subject/roqpyftx.html
网友评论