摘要: 原文链接:https://www.jianshu.com/p/f7d6b9420cee 官网链接:https://v2.cn.vuejs.org/v2/guide/custom-directive.html 注册全局指令 Vue提供了一个directive方法给我们注册自定义指令,在main.js中 阅读全文
posted @ 2023-08-14 18:06 Alice&Black 阅读(79) 评论(0) 推荐(0) 编辑
摘要: 原文链接:https://blog.csdn.net/sunyctf/article/details/127706967 官网解释: 前言: 相信很多人在用 Vue 使用别人的组件时,会在在main.js中用到 Vue.use(xx) 。例如:Vue.use(VueRouter)、Vue.use(M 阅读全文
posted @ 2023-08-14 17:48 Alice&Black 阅读(184) 评论(0) 推荐(0) 编辑