0.1.23 • Published 1 year ago

ch_directive v0.1.23

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

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:

0.1.23

1 year ago

0.1.22

1 year ago

0.1.21

1 year ago

0.1.20

1 year ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

1.0.3

1 year ago