UNPKG
jiku-ui
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A Component Library for Vue.js.
jiku-ui
/
packages
/
step-node
/
index.js
9 lines
(6 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
StepNode
from
'../step-bar/src/step-node'
;
/* istanbul ignore next */
StepNode
.
install
=
function
(
Vue
) {
Vue
.
component
(
StepNode
.
name
,
StepNode
); };
export
default
StepNode
;