重命名组件

This commit is contained in:
2025-12-08 18:22:25 +08:00
parent fa3ef3c310
commit 1b5e8fd4e5
6 changed files with 3 additions and 3 deletions

View File

@@ -1 +0,0 @@
export { default as DynamicComponent } from './DynamicComponent.vue'

View File

@@ -577,5 +577,5 @@ defineExpose({
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import url("./DynamicComponent.scss"); @import url("./DynamicFormItem.scss");
</style> </style>

View File

@@ -0,0 +1 @@
export { default as DynamicFormItem } from './DynamicFormItem.vue'

View File

@@ -1,3 +1,3 @@
export * from './fileupload' export * from './fileupload'
export * from './base' export * from './base'
export * from './dynamicComponent' export * from './dynamicFormItem'