Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit de45005

Browse files
author
清尘
authored
fix(template): update vant template demo (#776)
1 parent a9844ee commit de45005

File tree

1 file changed

+4
-4
lines changed
  • packages/cna-template/template/frameworks/vant/pages

1 file changed

+4
-4
lines changed

packages/cna-template/template/frameworks/vant/pages/index.vue

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
Welcome to the Vant + Nuxt.js template
77
</h1>
88
<div class="links">
9-
<van-button type="primary" target="_blank" rel="noopener noreferrer" to="https://nuxtjs.org/">
9+
<van-button type="primary" url="https://nuxtjs.org/">
1010
Documentation
1111
</van-button>
12-
<van-button target="_blank" rel="noopener noreferrer" to="https://github.com/nuxt/nuxt.js">
12+
<van-button url="https://github.com/nuxt/nuxt.js">
1313
GitHub
1414
</van-button>
15-
<van-button target="_blank" rel="noopener noreferrer" to="https://www.iviewui.com/">
16-
View UI
15+
<van-button url="https://vant-contrib.gitee.io/vant">
16+
Vant UI
1717
</van-button>
1818
</div>
1919
</div>

0 commit comments

Comments
 (0)