Rename single-word Vue files to multi-word names and update references

Co-Authored-By: Codex <codex@openai.com>
This commit is contained in:
2026-03-08 13:26:12 +08:00
parent ae03b9cedd
commit fc43ca67ca
32 changed files with 28 additions and 50 deletions

View File

@@ -35,7 +35,7 @@
*/
import { ref, watch } from "vue";
import Durationjs from "@/components/durationjs.vue";
import Durationjs from "@/components/DurationInput.vue";
const props = defineProps(["time", "select"]);
const emit = defineEmits(["min-total-seconds", "max-total-seconds"]);