build: test import sort2

This commit is contained in:
Burt 2023-12-21 16:52:10 +08:00
parent fcc09d608f
commit a1eecdeb38

View File

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