修改组件命名方式.

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

@@ -11,7 +11,7 @@
<script lang="ts">
export default {
name: 'host-group-tree-selector'
name: 'hostGroupTreeSelector'
};
</script>

View File

@@ -83,7 +83,7 @@
<script lang="ts">
export default {
name: 'host-group-tree'
name: 'hostGroupTree'
};
</script>

View File

@@ -8,7 +8,7 @@
<script lang="ts">
export default {
name: 'host-identity-selector'
name: 'hostIdentitySelector'
};
</script>

View File

@@ -8,7 +8,7 @@
<script lang="ts">
export default {
name: 'host-key-selector'
name: 'hostKeySelector'
};
</script>

View File

@@ -8,7 +8,7 @@
<script lang="ts">
export default {
name: 'host-selector'
name: 'hostSelector'
};
</script>