|
@@ -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>
|