UNPKG
@szfdiwang/cc-ui
Version:
latest (0.0.1)
0.0.1
A Component Library for Vue.js by sulivan.cc.
@szfdiwang/cc-ui
/
packages
/
Button
/
index.js
8 lines
(5 loc)
•
137 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
CcButton
from
'./src/button.vue'
CcButton
.
install
=
Vue
=>
{
Vue
.
component
(
CcButton
.
name
,
CcButton
) }
export
default
CcButton