build: test import sort2
This commit is contained in:
parent
fcc09d608f
commit
a1eecdeb38
@ -9,10 +9,11 @@
|
||||
|
||||
<script setup lang="ts" name="TestIndex">
|
||||
import { ref } from 'vue'
|
||||
import { fun } from '../../test/import-sort'
|
||||
import { fun, fun as yy } from '../../test/import-sort'
|
||||
|
||||
const title = ref('Hello')
|
||||
fun()
|
||||
yy()
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user