重命名组件
This commit is contained in:
@@ -1 +0,0 @@
|
||||
export { default as DynamicComponent } from './DynamicComponent.vue'
|
||||
@@ -577,5 +577,5 @@ defineExpose({
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import url("./DynamicComponent.scss");
|
||||
@import url("./DynamicFormItem.scss");
|
||||
</style>
|
||||
@@ -0,0 +1 @@
|
||||
export { default as DynamicFormItem } from './DynamicFormItem.vue'
|
||||
@@ -1,3 +1,3 @@
|
||||
export * from './fileupload'
|
||||
export * from './base'
|
||||
export * from './dynamicComponent'
|
||||
export * from './dynamicFormItem'
|
||||
Reference in New Issue
Block a user