wangting
2024-03-29 8ae736536b1f0dc088f03ed87c873a16bdb2347f
自定义组件
已修改1个文件
已重命名2个文件
4 ■■■■ 文件已修改
Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Source/ProjectWeb/src/views/custom-ui/test.vue 补丁 | 查看 | 原始文档 | blame | 历史
Source/ProjectWeb/src/views/custom-ui/test2.vue 补丁 | 查看 | 原始文档 | blame | 历史
Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue
@@ -19,8 +19,8 @@
  name: "dynamic-custom",
  components:{
    'UI':()=>import('@/views/base/UIContentViewerInDialog'),
    'test':()=>import('@/components/custom-ui/test'),
    'test2':()=>import('@/components/custom-ui/test2'),
    'test':()=>import('@/views/custom-ui/test'),
    'test2':()=>import('@/views/custom-ui/test2'),
  },
  props:{
    componentVO:{
Source/ProjectWeb/src/views/custom-ui/test.vue
Source/ProjectWeb/src/views/custom-ui/test2.vue