Skip to content

Commit

Permalink
docs: missing import(#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
BullwinkleDev committed Jul 31, 2021
1 parent 71c2360 commit 8217de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/advanced/composition-api.md
Expand Up @@ -35,7 +35,7 @@ The `route` object is a reactive object, so any of its properties can be watched

```js
import { useRoute } from 'vue-router'
import { ref } from 'vue'
import { ref, watch } from 'vue'

export default {
setup() {
Expand Down

0 comments on commit 8217de6

Please sign in to comment.