UNPKG
ijijin-view
Version:
latest (0.9.2)
0.9.2
0.9.1
0.9.0
vuejs UI components, from ijijin.
github.com/MichealWayne/ijijin-view
MichealWayne/ijijin-view
ijijin-view
/
vue
/
PullWindow
/
index.js
8 lines
(6 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/* * 交易窗口 */
import
PullWindow
from
'./PullWindow.vue'
;
import
install
from
'../utils/install'
export
default
install
(
PullWindow
);