refactor(editor): Port more components over to composition API (no-changelog) (#8794)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-03-14 09:19:28 +01:00
committed by GitHub
parent edce632ee6
commit e2131b9ab6
48 changed files with 1115 additions and 1630 deletions

View File

@@ -120,7 +120,7 @@ export default defineComponent({
},
currentRoute(): RouteObject {
return (
(this as typeof this & { $route: RouteObject }).$route || {
this.$route || {
name: '',
path: '',
}