ch_directive
v0.1.23
Published
自定义指令库
Readme
ch_directive
说明:全新的vue3指令库 js版,目前为测试版
下载依赖
npm i ch_directive注册
在main.js中
import { createApp } from 'vue';
import directiveList from 'ch_directive';
const app = createApp(App);
// 注册指令
app.use(directiveList)使用文档请查看
[https://ch380.github.io/open/directiveUI.html]:
