UNPKG
vue-fortune-wheel-extended
Version:
latest (0.2.7)
0.2.7
0.2.6
Component "Wheel of Fortune" for Vue
vue-fortune-wheel-extended
/
src
/
components
/
fortuneWheel
/
index.js
9 lines
(6 loc)
•
217 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
FortuneWheel
from
'./index.vue'
// 为组件添加 install 方法,用于按需引入
FortuneWheel
.
install
=
function
(
Vue
) {
Vue
.
component
(
FortuneWheel
.
name
,
FortuneWheel
) }
export
default
FortuneWheel