build: test import sort

This commit is contained in:
Burt
2023-12-21 16:50:50 +08:00
parent 9f4077a1ba
commit fcc09d608f
2 changed files with 3 additions and 1 deletions

View File

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