Skip to content

Commit

Permalink
chore: update vue template setup api doc url (#7628)
Browse files Browse the repository at this point in the history
  • Loading branch information
agoni1212 committed Apr 6, 2022
1 parent a89ea52 commit 4433df4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/src/App.vue
@@ -1,6 +1,6 @@
<script setup lang="ts">
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
import HelloWorld from './components/HelloWorld.vue'
</script>

Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/src/App.vue
@@ -1,6 +1,6 @@
<script setup>
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
import HelloWorld from './components/HelloWorld.vue'
</script>

Expand Down

0 comments on commit 4433df4

Please sign in to comment.