VUE 计算属性/监听/方法/样式/插槽/组件/v-once/非父子组件传值(bus和vuex)/localStorage
1.Vue实例实例{{message}}letvm=newVue({el:'#root',data:{message:'hellowworld'}})创建一个vue实例接管id为root的dom组件定义一个组件Vue.component('item',{template:'helooworld'})Vue的底层也会把component转换成newVue实例浏览器打印vm实例vm实例data通过vm