标签:计算属性 视图 字符 node 加载 compute put node节点 method
2.creates:data,计算属性,监听属性,函数绑定初始化
mounted:DOM节点初始化,肯定是VMODE一定准备好了
真是的node节点不一定
3.视图的生成方式
el template render
4.计算属性和侦听器
computed计算属性
watch侦听器
methods
5.默认加载的时候先computed再watch,不执行methods;
等触发某一事件后,则是:先methods再watch
6.class和style的加强
class的值可以是字符串和数组和对象
标签:计算属性 视图 字符 node 加载 compute put node节点 method
原文地址:https://www.cnblogs.com/mapsxy/p/10089581.html