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>