You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: broken dynamic import of momentjs in timeline.vue
A recent dependency update broke dynamic imports in vue components.
The fix is to move the import to a static statement at the top of the vue component declaration.
0 commit comments