nativescript-vue / nativescript-vue-template

NativeScript + Vue.js template
MIT License
78 stars 9 forks source link

Something wrong when i try pasting "app-with-list-view.js" to "app.js". #7

Closed sacrelee closed 6 years ago

sacrelee commented 6 years ago

The app was freezen at startup page and get a error log: "JS ERROR TypeError: undefined is not an object (evaluating 'this.$templates.getKeyedTemplates')".

Could you help me? thanks.

rigor789 commented 6 years ago

Hi, I have updated this template now, the sample you were trying was not updated for the new ListView syntax, but if you are still interested in that specific sample, it is available in the main repository here: https://github.com/nativescript-vue/nativescript-vue/blob/master/samples/app/app-with-list-view.js

That version has been updated and should work when you copy and paste it.