修改组件命名方式.

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

@@ -54,7 +54,7 @@
<script lang="ts">
export default {
name: 'login-history'
name: 'loginHistory'
};
</script>

View File

@@ -31,7 +31,7 @@
<script lang="ts">
export default {
name: 'operator-log-list'
name: 'operatorLogList'
};
</script>

View File

@@ -43,7 +43,7 @@
<script lang="ts">
export default {
name: 'user-base-info'
name: 'userBaseInfo'
};
</script>

View File

@@ -61,7 +61,7 @@
<script lang="ts">
export default {
name: 'user-session'
name: 'userSession'
};
</script>