UNPKG
@qian_cheng/demo-common
Version:
latest (1.1.1)
1.1.1
vue json schema form demo公共代码
@qian_cheng/demo-common
/
components
/
Naive
/
index.js
12 lines
(9 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Created by Liu.Jun on 2021/2/1 10:00 下午. */
import
NaiveUI
from
'naive-ui'
;
export
default
{
install
(
app
) { app.
use
(
NaiveUI
); } };