从vue1.0到vue2.0遇到的一些问题的记录时间:2022-07-16 11:06:081.取消v-el的使用方式,改为refs使用 获取指定的dom元素 html:<div ref="div"></div> js: $refs.div 问题:不要在命名里面添加‘-’,会出现错误