修改组件命名方式.

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

@@ -16,7 +16,7 @@
<script lang="ts">
export default {
name: 'full-layout'
name: 'fullLayout'
};
</script>