田源
2024-03-26 55fdd88d12e656fae07f54e53af60fcf3bb19c8a
Source/ProjectWeb/src/components/dynamic-components/dynamic-custom.vue
@@ -108,8 +108,8 @@
    }
  },
  created() {
    debugger;
    this.components["my-dynamic-component"] = import(this.componentPath);
    // debugger;
    // this.components["my-dynamic-component"] = import(this.componentPath);
  }
}
</script>