请教如何实现动态加载模板字符串类型的组件? #6939
Unanswered
GunhouWong
asked this question in
Help/Questions
Replies: 4 comments 7 replies
-
异步组件 |
Beta Was this translation helpful? Give feedback.
4 replies
-
你要动态编译就需要引入 |
Beta Was this translation helpful? Give feedback.
3 replies
-
您好,我们最近也遇到了这个问题,请问实现了吗? |
Beta Was this translation helpful? Give feedback.
0 replies
-
请问实现了吗?同样遇到这个问题,跟你的需求基本上也一样 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我们有个需求,在后台页面编辑器编写vue组件,组件代码持久化到数据库,Vue前端通过请求获取组件定义代码字符串,在需要的时候异步渲染组件。(组件不在前端项目中一起被构建)。其中组件和数量都是配置的。
请大佬们给个方向?感谢。
Beta Was this translation helpful? Give feedback.
All reactions