ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
在components私有属性中定义私有组件 ``` var vm = new Vue({ el: '#app', components: { mycom4: { template: '#temp1' } } }) ``` ``` <mycom4></mycom4> ```