mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(form): fix label-wrap impor (#382)
This commit is contained in:
committed by
GitHub
parent
355a778a2c
commit
2f5507a34e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user