ionic-team/ionic-vue-conference-app

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

blm-unikent opened this issue · 1 comments

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.

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