UNPKG
ksh-plugins
Version:
latest (1.0.1)
1.0.1
1.0.0
0.1.1
0.1.0
可视化插件
ksh-plugins
/
packages
/
KshSelfInc
/
index.js
9 lines
(6 loc)
•
234 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
VueSubassembly
from
'./KshSelfInc.vue'
;
// 为组件添加 install 方法,用于按需引入
VueSubassembly
.
install
=
function
(
Vue
) {
Vue
.
component
(
VueSubassembly
.
name
,
VueSubassembly
); };
export
default
VueSubassembly
;