From 05eb7aa10b67501e6c085fa0639612c2b7de8a38 Mon Sep 17 00:00:00 2001 From: Marko Denic Date: Mon, 15 Jan 2018 22:52:13 +0100 Subject: [PATCH] Nativescript-vue version, index error in v-for fixed. --- .gitignore | 1 + app.js | 6 +++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 00cbbdf..8611810 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ typings/ # dotenv environment variables file .env +/.idea \ No newline at end of file diff --git a/app.js b/app.js index b7ab67f..7cfe4cf 100644 --- a/app.js +++ b/app.js @@ -14,9 +14,9 @@ Vue.component('image-viewer', { - + diff --git a/package.json b/package.json index ae233ba..f967a49 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "SEE LICENSE IN LICENSE", "dependencies": { "nativescript-theme-core": "~1.0.4", - "nativescript-vue": "^0.1.1", + "nativescript-vue": "^0.7.8", "tns-core-modules": "^3.0.0", "vue-router": "^2.4.0" },