1.0.4 • Published 4 years ago

dazzling-ui v1.0.4

Weekly downloads
16
License
-
Repository
-
Last release
4 years ago

安装

dazzling-ui

npm i dazzling-ui

使用

import Vue from 'vue'
import Dazzling from 'dazzling-ui'
 
Vue.use(Dazzling)

// or
import {
	Amap,
	Button
	// ...
} from 'dazzling-ui'
 
Vue.component(Amap.name, Amap)
Vue.component(Button.name, Button)

This is an dazzling-ui file.