fix(form): fix label-wrap impor (#382)

This commit is contained in:
Enguerrand des Vaux
2020-10-03 14:13:56 +02:00
committed by GitHub
parent 355a778a2c
commit 2f5507a34e

View File

@@ -1,7 +1,7 @@
import { App } from 'vue'
import Form from './src/form.vue'
import FormItem from './src/form-item.vue'
import LabelWrap from './src/label-wrap.vue'
import LabelWrap from './src/label-wrap'
export default (app: App): void => {
app.component(Form.name, Form)