原始方法:实现点击按钮,child-one与child-two切换
动态组件
v-once指令
在v-if切换中会不停的销毁组件并且创建组件,而v-once会把组件放入内存,重复调用,提高性能。
Vue.component('child-one', {
template: 'child-one'
})
Vue.component('child-two', {
template: 'child-two'
})
Comments | NOTHING
Warning: Undefined variable $return_smiles in /www/wwwroot/blog.moonlet.cn/wp-content/themes/Sakura/functions.php on line 1078
Warning: Undefined variable $robot_comments in /www/wwwroot/blog.moonlet.cn/wp-content/themes/Sakura/comments.php on line 97