浏览代码

tomcat_res

night-cherry 1 月之前
父节点
当前提交
23dd1631e4
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -53,7 +53,8 @@
 		<hr/>
 		<h2>书籍列表</h2>
 		<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>
 		<hr/>
 		<!--<input type="button" text="中文" @click="changelang('zh')"/>