Appearance
被用来给元素或子组件注册引用信息, 可理解为id的替代者
id
应用在HTML标签上获取的是真实DOM元素
HTML
DOM
应用在组件标签上是组件的实例对象vc
vc
<h1 ref="title">Hello World</h1>
this.$refs.title