refactor:优化

This commit is contained in:
JaguarJack
2023-05-25 07:53:35 +08:00
parent 1849c85c39
commit 9abd62b801
4 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ function checkAction(el: any, action: any) {
el.parentNode && el.parentNode.removeChild(el)
}
} else {
throw new Error(`need action! Like v-action="module.controller.action" || v-action="module@controller@action" `)
throw new Error(`need action! Like v-action="module.controller.action"`)
}
}