소스 검색

tomcat_res

night-cherry 1 개월 전
부모
커밋
96ebd0b322
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -53,7 +53,7 @@
 		<hr/>
 		<h2>书籍列表</h2>
 		<ul>
-			<li  v-for="(value,key,iterm) in books">{{value}}-{{key}}-{{item}}</li>
+			<li  v-for="(iterm,key,value) in books">{{value}}-{{key}}-{{item}}</li>
 			<!-- <li>{{item}}</li> -->
 			<!-- <li>{{item.title}}&nbsp;{{item.author}}&nbsp;{{item.publisher}}&nbsp;{{item.pages}}</li> -->