Remove Vue3 migration comments

This commit is contained in:
Julian Stirling 2026-02-15 16:58:37 +00:00
parent c583be7756
commit eb22ad7e68
40 changed files with 0 additions and 40 deletions

View file

@ -29,7 +29,6 @@
<script>
import ActionProgressBar from "./actionProgressBar.vue";
import ActionStatusModal from "./actionStatusModal.vue";
//vue3 migration
import { eventBus } from "../../eventBus.js";
import { useIntersectionObserver } from "@vueuse/core";

View file

@ -28,7 +28,6 @@
import UIkit from "uikit";
import ActionProgressBar from "./actionProgressBar.vue";
import ActionLogDisplay from "./actionLogDisplay.vue";
// vue3 migration
import { eventBus } from "../../eventBus.js";
export default {

View file

@ -100,7 +100,6 @@
<script>
import syncPropertyButton from "./syncPropertyButton.vue";
// vue3 migration
export default {
name: "InputFromSchema",

View file

@ -13,7 +13,6 @@
<script>
import { formatValue } from "@/js_utils/formatter.mjs";
import InputFromSchema from "./inputFromSchema.vue";
// vue3 migration
export default {
name: "PropertyControl",

View file

@ -17,7 +17,6 @@
<script>
import ActionButton from "./actionButton.vue";
// vue3 migration
// Export main app
export default {

View file

@ -11,7 +11,6 @@
<script>
import PropertyControl from "./propertyControl.vue";
// vue3 migration
// Export main app
export default {