refactor: 重构vue3组合式API写法 (#265)

This commit is contained in:
Realabiha 2024-06-11 19:35:55 +08:00 committed by dayou
parent 6ae9886cac
commit 4eda73e669

View File

@ -7,10 +7,8 @@
</div>
</template>
<script>
export default {
name: 'NotFound'
}
<script setup>
</script>
<style scoped>