質問編集履歴

1

Vueインスタンスを入れる変数名を「vm」に変更しました。

2019/12/16 03:57

投稿

tara-tail
tara-tail

スコア32

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  install: function (Vue) {
22
22
 
23
- let store = new Vue({
23
+ let vm = new Vue({
24
24
 
25
25
  data: {
26
26
 
@@ -52,7 +52,7 @@
52
52
 
53
53
  document.addEventListener('deviceready', initFileSystem, false)
54
54
 
55
- Vue.prototype.$file = store.$data
55
+ Vue.prototype.$file = vm.$data
56
56
 
57
57
  }
58
58
 
@@ -106,7 +106,7 @@
106
106
 
107
107
  install: function (Vue) {
108
108
 
109
- let store = new Vue({
109
+ let vm = new Vue({
110
110
 
111
111
  data: {
112
112