build: test import sort
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user