# vue-ref You can use the callback to get a reference like react. [](https://npmjs.org/package/vue-ref) [](https://npmjs.org/package/vue-ref) ```bash $ npm install vue-ref --save ``` ```js import ref from 'vue-ref' Vue.use(ref) ``` ```html
hello