0.1.5 • Published 1 year ago

vue3-dy-utils v0.1.5

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

安装

yarn install vue3-dy-utils

npm install vue3-dy-utils

pnpm install vue3-dy-utils

使用

自定义指令

import { createApp } from 'vue'
import { customDirective } from 'vue3-dy-utils'


const app = createApp(App)
customDirective(app)

app.mount('#app')

ECharts hooks

import { useCharts } from 'vue3-dy-utils'
0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago