refactor(stage-ui): rename graphics & physics to kebab-case
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Volumed from '../graphics/Volumed.vue'
|
||||
import CursorMomentum from '../physics/CursorMomentum.vue'
|
||||
import Volumed from '../graphics/volumed.vue'
|
||||
import CursorMomentum from '../physics/cursor-momentum.vue'
|
||||
import TestDummyMarkerFlat from './test-dummy-marker-flat.vue'
|
||||
import TestDummyMarker from './test-dummy-marker.vue'
|
||||
</script>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<script setup lang="ts">
|
||||
import Volumed from '../graphics/Volumed.vue'
|
||||
import CursorMomentum from '../physics/CursorMomentum.vue'
|
||||
import Volumed from '../graphics/volumed.vue'
|
||||
import CursorMomentum from '../physics/cursor-momentum.vue'
|
||||
import TestDummyMarkerFlat from './test-dummy-marker-flat.vue'
|
||||
</script>
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
export { default as Volumed } from './Volumed.vue'
|
||||
export { default as Volumed } from './volumed.vue'
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import Volumed from './Volumed.vue'
|
||||
import Volumed from './volumed.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import CursorFloating from './CursorFloating.vue'
|
||||
import CursorFloating from './cursor-floating.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import CursorMomentum from './CursorMomentum.vue'
|
||||
import CursorMomentum from './cursor-momentum.vue'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@@ -1,2 +1,2 @@
|
||||
export { default as CursorFloating } from './CursorFloating.vue'
|
||||
export { default as CursorMomentum } from './CursorMomentum.vue'
|
||||
export { default as CursorFloating } from './cursor-floating.vue'
|
||||
export { default as CursorMomentum } from './cursor-momentum.vue'
|
||||
|
||||
Reference in New Issue
Block a user