mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(editor): Port more components over to composition API (no-changelog) (#8794)
This commit is contained in:
committed by
GitHub
parent
edce632ee6
commit
e2131b9ab6
@@ -138,7 +138,7 @@ export default defineComponent({
|
||||
},
|
||||
currentRoute(): RouteObject {
|
||||
return (
|
||||
(this as typeof this & { $route: RouteObject }).$route || {
|
||||
this.$route || {
|
||||
name: '',
|
||||
path: '',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user