0.1.5 • Published 5 years ago

qt-form-custom v0.1.5

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

qt-form-custom

基于 element-ui 封装的拖拉拽自定义表单组件。

安装

npm i --save qt-form-custom

使用

import qtComponentsBase from 'qt-form-custom'

import 'qt-form-custom/lib/style/index.scss'
import 'qt-component-base/assets/styles/widgets/index.scss'

Vue.use(qtComponentsBase)