ref属性:用于给元素或者子组件注册引用信息
当使用于html标签上时获取 真实DOM元素;
当使用于组件标签上时获取 组件的实例对象;
例:<h1 ref = "???" />
获取:this.$refs.???