8000 docs: fix Vue 2 repository link (#13) · vueuse/vueuse-vue2-example@a1ffb2a · GitHub
[go: up one dir, main page]

Skip to content

Commit a1ffb2a

Browse files
authored
docs: fix Vue 2 repository link (#13)
1 parent 98ed5a5 commit a1ffb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div id="app">
33
<img src="./logo.svg" />
4-
<h1>Hello <a href='https://github.com/vuejs/vue-next' target='__blank'>Vue 2</a> and <a href='https://github.com/vueuse/vueuse' target='__blank'>VueUse</a>!</h1>
4+
<h1>Hello <a href='https://github.com/vuejs/vue' target='__blank'>Vue 2</a> and <a href='https://github.com/vueuse/vueuse' target='__blank'>VueUse</a>!</h1>
55

66
<h3>Mouse: {{x}} x {{y}}</h3>
77
<h3>

0 commit comments

Comments
 (0)
0