Skip to content

Commit 75d13ff

Browse files
committed
fix(create-app): prompts
1 parent 55c0f8d commit 75d13ff

File tree

1 file changed

+1
-1
lines changed
  • .vitepress/theme/components/demo

1 file changed

+1
-1
lines changed

.vitepress/theme/components/demo/Demo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { ref, onMounted, watch, shallowRef, computed } from 'vue'
2+
import { ref, onMounted, watch } from 'vue'
33
// @ts-ignore
44
import TypeIt from 'typeit'
55
import Markdown from 'markdown-it'

0 commit comments

Comments
 (0)