0.1.11 • Published 3 years ago

@luchao/vue3-components v0.1.11

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

vue3-compoments-webpack 基于vue3前端组件库

Button

import SHElement from '@luchao/vue3-components'

app.use(SHElement, ?option);

引入主题文件css

import '@luchao/vue3-components/dist/style/theme.css';

完整引入

import '@luchao/vue3-components/dist/style/theme.css';
import '@luchao/vue3-components/dist/style/index.css';

按需导入

import '@luchao/vue3-components/dist/style/theme.css';
import '@luchao/vue3-components/dist/style/button.css';
0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago