Framework7+Vue [error] : Property or method is not defined on the instance but referenced during render
问题 I am new to Vue and trying out Framework7 and Vue for Android. Got stuck at the error: Property or method "bannerLinks" is not defined on the instance but referenced during render. Make sure to declare reactive data properties in the data option. found in <App> at C:\AppDEV\Mobile\xyz\src\main.vue <Root> bannerLinks is been defined in Main.js file under data attribute (code below) new Vue({ el: '#app', data: { bannerLinks: [] }, mounted() { axios.get('/skills').then(Response => this