[Vue warn]: Error in mounted hook: "TypeError: elTableBefore is undefined"
vue.runtime.esm.js:620 [Vue warn]: Error in mounted hook: "TypeError: Cannot read properties of undefined (reading 'style')"
found in
---> <HTable>
<ElCol>
<ElRow>
<Metrics> at src/metrics/views/index.vue
<ElMain> at packages/main/src/main.vue
<ElContainer> at packages/container/src/main.vue
<Main> at src/common/layout/Main.vue
<App> at src/core/App.vue
<Root>
warn @ vue.runtime.esm.js:620
vue.runtime.esm.js:1887 TypeError: Cannot read properties of undefined (reading 'style')
at VueComponent.mounted (hakawati.umd.js:49823:21)
at invokeWithErrorHandling (vue.runtime.esm.js:1853:57)
at callHook (vue.runtime.esm.js:4213:7)
at Object.insert (vue.runtime.esm.js:3136:7)
at invokeInsertHook (vue.runtime.esm.js:6336:28)
at VueComponent.patch [as __patch__] (vue.runtime.esm.js:6555:5)
at VueComponent.Vue._update (vue.runtime.esm.js:3942:19)
at VueComponent.updateComponent (vue.runtime.esm.js:4060:10)
at Watcher.get (vue.runtime.esm.js:4473:25)
at Watcher.run
Current behavior
[Vue warn]: Error in mounted hook: "TypeError: elTableBefore is undefined"
To Reproduce Steps to reproduce the behavior:
Expected behavior No error
Screenshots