修改组件命名方式.

This commit is contained in:
lijiahang
2024-01-04 18:21:03 +08:00
parent 50f2c8cc6a
commit c6b86f8346
66 changed files with 66 additions and 66 deletions

View File

@@ -27,7 +27,7 @@
<script lang="ts">
export default {
name: 'not-found',
name: 'notFound',
};
</script>