回答編集履歴

1

誤記を修正しました。(store -> vm0

2020/04/02 10:35

投稿

tara-tail
tara-tail

スコア32

test CHANGED
@@ -40,7 +40,7 @@
40
40
 
41
41
  function setDirecrotyEntry(fileSystem) {
42
42
 
43
- store.directoryEntry = fileSystem.root
43
+ vm.directoryEntry = fileSystem.root
44
44
 
45
45
  }
46
46