ui_migration fix(bugfix): eventBus undefined found caused by not importing eventBus at autofocus comp, removing eventBus usage on child/parent this. events for task polling func
This commit is contained in:
parent
9992ca642c
commit
a16a86f361
2 changed files with 14 additions and 13 deletions
|
|
@ -20,6 +20,7 @@
|
|||
import ActionButton from "../../labThingsComponents/actionButton.vue";
|
||||
// vue3 migration
|
||||
import { markRaw } from "vue";
|
||||
import { eventBus } from "../../../eventBus.js";
|
||||
|
||||
export default {
|
||||
name: "AutofocusControl",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue