8000 chore: update links · vueuse/vueuse-vue2-example@00076f0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 00076f0

Browse files
committed
chore: update links
1 parent 51f68cb commit 00076f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/App.vue

Lines changed: 4 additions & 4 deletions
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/antfu/vueuse' target='__blank'>VueUse</a>!</h1>
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>
55

66
<h3>Mouse: {{x}} x {{y}}</h3>
77
<h3>
@@ -11,9 +11,9 @@
1111
</h3>
1212

1313
<br/><br/>
14-
<p><a href='https://github.com/antfu/vueuse-vue2-example' target='__blank'>Source</a></p>
15-
<p><a href='https://vueuse-next-example.netlify.app/' target='__blank'>Vue 3 Demo</a></p>
16-
<p><a href='https://vite-vueuse-starter.netlify.app/' target='__blank'>Vite Starter</a></p>
14+
<p><a href='https://github.com/vueuse/vueuse-vue2-example' target='__blank'>Source</a></p>
15+
<p><a href='https://vueuse-vue3-example.netlify.app/' target='__blank'>Vue 3 Demo</a></p>
16+
<p><a href='https://vueuse-vite-starter.netlify.app/' target='__blank'>Vite Starter</a></p>
1717
</div>
1818
</template>
1919

0 commit comments

Comments
 (0)
0