0.1.23 • Published 3 years ago

ch_directive v0.1.23

Weekly downloads
-
License
-
Repository
-
Last release
3 years 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

3 years ago

0.1.22

3 years ago

0.1.21

3 years ago

0.1.20

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

1.0.3

3 years ago