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

Navigate / Buttons / Open Tutorial etc - should they work? #2

Open
blm-unikent opened this issue Feb 21, 2019 · 1 comment
Open

Navigate / Buttons / Open Tutorial etc - should they work? #2

blm-unikent opened this issue Feb 21, 2019 · 1 comment

Comments

@blm-unikent
Copy link

Not sure what state this project should be in - npm install, build and run start presents a nice looking conference app but the navigation and click handling appears to be missing.

@joulupukki
Copy link

I get the following error when trying to click on the About item (and similar error for any item):

vue.runtime.esm.js?2b0e:587 [Vue warn]: Property or method "navigate" is not defined on the instance but referenced during render. Make sure that this property is reactive, either in the data option, or for class-based components, by initializing the property. See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.

found in

---> <Menu> at src/components/Menu.vue
       <App> at src/App.vue
         <Root>
warn @ vue.runtime.esm.js?2b0e:587
warnNonPresent @ vue.runtime.esm.js?2b0e:1872
get @ vue.runtime.esm.js?2b0e:1914
click @ Menu.vue?897a:38
invoker @ vue.runtime.esm.js?2b0e:2023
fn._withTask.fn._withTask @ vue.runtime.esm.js?2b0e:1822
Menu.vue?897a:38 Uncaught TypeError: _vm.navigate is not a function
    at click (eval at ./node_modules/cache-loader/dist/cjs.js?{"cacheDirectory":"node_modules/.cache/vue-loader","cacheIdentifier":"6f07e5c6-vue-loader-template"}!./node_modules/vue-loader/lib/loaders/templateLoader.js?!./node_modules/cache-loader/dist/cjs.js?!./node_modules/vue-loader/lib/index.js?!./src/components/Menu.vue?vue&type=template&id=9bcc0be2& (app.js:1286), <anonymous>:41:33)
    at invoker (vue.runtime.esm.js?2b0e:2023)
    at HTMLElement.fn._withTask.fn._withTask (vue.runtime.esm.js?2b0e:1822)
click @ Menu.vue?897a:38
invoker @ vue.runtime.esm.js?2b0e:2023
fn._withTask.fn._withTask @ vue.runtime.esm.js?2b0e:1822

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants