Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 [Nuxt] fix construction progress #735

Closed
Tracked by #691
TobiTenno opened this issue Mar 15, 2022 · 0 comments
Closed
Tracked by #691

🐛 [Nuxt] fix construction progress #735

TobiTenno opened this issue Mar 15, 2022 · 0 comments
Labels
Scope: Data Representation How the data is represented is affected Severity1: Critical The defect affects critical functionality or critical data. Status: In Progress Type: Bug

Comments

@TobiTenno
Copy link
Member

TobiTenno commented Mar 15, 2022

coonstruction progress tossing errors when trying to load:

[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.

found in

---> <VueCircle>
       <HubPanelWrap> at components/HubPanelWrap.vue
         <ConstructionPanel> at components/panels/ConstructionPanel.vue
           <VueBinpacker>
             <TimersView> at pages/index.vue
               <Nuxt>
                 <Layouts/default.vue> at layouts/default.vue
                   <Root>
Error: Calling "value" method on not initialized instance is forbidden
    at xe.fn.init.e.fn.circleProgress (webpack-internal:///./node_modules/vue2-circle-progress/dist/vue-circle-progress.js:35:3599)
    at VueComponent.updateProgress (webpack-internal:///./node_modules/vue2-circle-progress/dist/vue-circle-progress.js:26:8515)
    at VueComponent.eval (webpack-internal:///./node_modules/babel-loader/lib/index.js?!./node_modules/vue-loader/lib/index.js?!./components/panels/ConstructionPanel.vue?vue&type=script&lang=js&:101:214)
    at Array.eval (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:1988:12)
    at flushCallbacks (webpack-internal:///./node_modules/vue/dist/vue.runtime.esm.js:1914:14)
[Vue warn]: Error in nextTick: "Error: Calling "value" method on not initialized instance is forbidden"

found in

---> <ConstructionPanel> at components/panels/ConstructionPanel.vue
       <VueBinpacker>
         <TimersView> at pages/index.vue
           <Nuxt>
             <Layouts/default.vue> at layouts/default.vue
               <Root>
@TobiTenno TobiTenno mentioned this issue Mar 15, 2022
11 tasks
@TobiTenno TobiTenno changed the title fix construction progress 🐛 [Nuxt] fix construction progress Mar 15, 2022
@TobiTenno TobiTenno added Severity1: Critical The defect affects critical functionality or critical data. Type: Bug Status: In Progress Scope: Data Representation How the data is represented is affected labels Mar 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Data Representation How the data is represented is affected Severity1: Critical The defect affects critical functionality or critical data. Status: In Progress Type: Bug
Projects
None yet
Development

No branches or pull requests

1 participant