소스 검색

tomcat_res

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

+ 2 - 1
index.html

@@ -53,7 +53,8 @@
 		<hr/>
 		<hr/>
 		<h2>书籍列表</h2>
 		<h2>书籍列表</h2>
 		<ul  v-for="iterm in books">
 		<ul  v-for="iterm in books">
-			<li>{{item.title}}&nbsp;{{item.author}}&nbsp;{{item.publisher}}&nbsp;{{item.pages}}</li>
+			<li>{{item}}</li>
+			<!-- <li>{{item.title}}&nbsp;{{item.author}}&nbsp;{{item.publisher}}&nbsp;{{item.pages}}</li> -->
 		</ul>
 		</ul>
 		<hr/>
 		<hr/>
 		<!--<input type="button" text="中文" @click="changelang('zh')"/>
 		<!--<input type="button" text="中文" @click="changelang('zh')"/>