0.1.23 • Published 2 years ago

ch_directive v0.1.23

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

2 years ago

0.1.22

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.17

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

1.0.3

2 years ago