UNPKG
@qian_cheng/demo-common
Version:
latest (1.1.1)
1.1.1
vue json schema form demo公共代码
@qian_cheng/demo-common
/
components
/
iView
/
index.js
14 lines
(11 loc)
•
212 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Created by Liu.Jun on 2020/12/28 12:07. */
import
'./styles/iview.css'
;
import
iView
from
'iview'
;
export
default
{
install
(
Vue
) {
// debugger;
Vue
.
use
(iView); } };