night-cherry 1 сар өмнө
parent
commit
ced826e47f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -55,7 +55,7 @@
 		<ul>
 			<!-- <li  v-for="(iterm,key,value) in books">{{value}}-{{key}}-{{item}}</li> -->
 			<!-- <li>{{item}}</li> -->
-			<li  v-for="(key,value,iterm) in books">{{value.title}}&nbsp;{{value.author}}&nbsp;{{value.publisher}}&nbsp;{{value.pages}}</li>
+			<li  v-for="(value,key,iterm) in books">{{value.title}}&nbsp;{{value.author}}&nbsp;{{value.publisher}}&nbsp;{{value.pages}}</li>
 			
 			<!-- <li>{{item["title"]}}&nbsp;{{item["author"]}}&nbsp;{{item["publisher"]}}&nbsp;{{item["pages"]}}</li> -->
 		</ul>