摘要: 分析:这是一道API题,我们可能写的自定义指令少,但是我们用的多呀,多举几个例子就行; 使用: // Vue2 directives: { focus: { inserted(el, binding, vnode) { el.focus() } } } // Vue2全局注册 Vue.directi 阅读全文
posted @ 2022-10-14 09:48 Mochenghualei 阅读(279) 评论(0) 推荐(0)