UNPKG

@qian_cheng/demo-common

Version:

vue json schema form demo公共代码

12 lines (9 loc) 172 B
/** * Created by Liu.Jun on 2021/2/1 10:00 下午. */ import NaiveUI from 'naive-ui'; export default { install(app) { app.use(NaiveUI); } };