UNPKG
acgn-ui
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.0
0.2.0
acgnui,二次元组件库
acgn-ui
/
components
/
lib
/
question
/
index.js
7 lines
(5 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Question
from
'./src/main.vue'
Question
.
install
=
function
(
Vue
) {
Vue
.
component
(
Question
.
name
,
Question
); }
export
default
Question