There was an error while loading. Please reload this page.
1 parent 5feeea2 commit 4132eb8Copy full SHA for 4132eb8
2 files changed
.changes/vue-ts.md
@@ -0,0 +1,5 @@
1
+---
2
+"create-tauri-app": "patch"
3
4
+
5
+Add missing `lang="ts"` for `App.vue` in `vue-ts` template
packages/cli/fragments/fragment-vue-ts/src/App.vue
@@ -1,4 +1,4 @@
-<script setup>
+<script setup lang="ts">
// This starter template is using Vue 3 <script setup> SFCs
// Check out https://vuejs.org/api/sfc-script-setup.html#script-setup
import Greet from "./components/Greet.vue";
0 commit comments