Skip to content

Commit 32afb32

Browse files
docs: fixes url of link to Vue3 version (#2006)
Co-authored-by: Lachlan Miller <[email protected]>
1 parent d5a4ac2 commit 32afb32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/.vuepress/theme/Layout.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
</p>
1010
<p>
1111
To read docs for Vue Test Utils for Vue 3,
12-
<a href="https://test-utils.vuejs.org/" v-text="'click here'" />.
12+
<a
13+
href="https://test-utils.vuejs.org/"
14+
v-text="'click here'"
15+
/>.
1316
</p>
1417
</div>
1518
</div>

0 commit comments

Comments
 (0)