chore: test file

This commit is contained in:
Burt
2023-12-21 16:08:47 +08:00
parent c4f7422ecb
commit c51e7181f8
6 changed files with 12 additions and 0 deletions

View File

@@ -9,7 +9,9 @@
<script setup lang="ts">
import { ref } from 'vue'
import { fun } from '../../test/import-sort'
const title = ref('Hello')
fun()
</script>
<style>