We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3cb097 commit 31aeb1bCopy full SHA for 31aeb1b
README.md
@@ -1,6 +1,8 @@
1
# vue-ref
2
You can use the callback to get a reference like react.
3
4
+[](https://npmjs.org/package/vue-ref) [](https://npmjs.org/package/vue-ref)
5
+
6
```bash
7
$ npm install vue-ref --save
8
```
@@ -25,4 +27,4 @@ Vue.use(ref)
25
27
| v-ref | a callback function | function(dom \| vnode, key) |
26
28
29
###
-In this callback function, you should not change any reactive data. Otherwise the `render` will enter an infinite loop.
30
+In this callback function, you should not change any reactive data. Otherwise the `render` will enter an infinite loop.
0 commit comments