13 lines
184 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="p-8">
<h2>index</h2>
<p>功能迁移中请稍候...</p>
</div>
</template>
<script setup lang="ts">
defineOptions({
name: 'Index'
})
</script>