合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
在components私有属性中定义私有组件 ``` var vm = new Vue({ el: '#app', components: { mycom4: { template: '#temp1' } } }) ``` ``` <mycom4></mycom4> ```