Browse Source

rename components

Martin Kunz 1 year ago
parent
commit
cf61de8fd8

+ 4 - 4
src/App.vue

@@ -1,8 +1,8 @@
 <script setup lang="ts">
-import TheModeler from './components/TheModeler.vue'
-import TheDetail from './components/TheDetail.vue'
+import TheModeler from './components/TheAddressspace.vue'
+import TheDetail from './components/TheNodeEditor.vue'
 import TheParent from './components/TheParent.vue'
-import TheEditor from './components/TheEditor.vue'
+import TheEditor from './components/TheMappingEditor.vue'
 import TheDynamics from './components/TheDynamics.vue'
 import { ServerConfig } from '@/ServerConfig'
 import TheModels from './components/TheModels.vue'
@@ -68,4 +68,4 @@ async function load(): Promise<AddressSpace> {
   </div>
 </template>
 <style>
-</style>
+</style>./components/TheMappingEditor.vue./components/TheNodeEditor.vue./components/TheAddress.vue

src/components/TheModeler.vue → src/components/TheAddressspace.vue


src/components/TheEditor.vue → src/components/TheMappingEditor.vue


src/components/TheDetail.vue → src/components/TheNodeEditor.vue