ui_migration lint(fix): changes fixed with lint ecmaversion & es2021
This commit is contained in:
parent
0741e3cf7e
commit
ce19ea3fc0
52 changed files with 242 additions and 193 deletions
|
|
@ -33,10 +33,11 @@ import { eventBus } from "../../eventBus.js";
|
|||
|
||||
export default {
|
||||
name: "ActionStatusModal",
|
||||
components: {
|
||||
components: {
|
||||
ActionProgressBar,
|
||||
ActionLogDisplay
|
||||
ActionLogDisplay,
|
||||
},
|
||||
|
||||
props: {
|
||||
title: {
|
||||
type: String,
|
||||
|
|
@ -69,6 +70,8 @@ export default {
|
|||
},
|
||||
},
|
||||
|
||||
emits: ["terminateTask"],
|
||||
|
||||
methods: {
|
||||
show() {
|
||||
UIkit.modal(this.$refs.modal).show();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue