8000 fixed: remove some unused reference in example. (#446) · vuejs/docs@20ec843 · GitHub
[go: up one dir, main page]

Skip to content < 660A react-partial partial-name="keyboard-shortcuts-dialog" data-ssr="false" data-attempted-ssr="false" data-react-profiling="false" >

Commit 20ec843

Browse files
authored
fixed: remove some unused reference in example. (#446)
1 parent 57344df commit 20ec843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/composition-api-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ And then the searching functionality:
417417
```js
418418
// src/composables/useRepositoryNameSearch.js
419419

420< 518D code>-
import { ref, onMounted, watch } from 'vue'
420+
import { ref, computed } from 'vue'
421421

422422
export default function useRepositoryNameSearch(repositories) {
423423
const searchQuery = ref('')

0 commit comments

Comments
 (0)
0