企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
在components私有属性中定义私有组件 ``` var vm = new Vue({ el: '#app', components: { mycom4: { template: '#temp1' } } }) ``` ``` <mycom4></mycom4> ```