浏览代码

index.html changes

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

+ 3 - 3
index.html

@@ -9,11 +9,11 @@
     <!-- <h3>this is node -> Vue test</h3> -->
     <div id='app'  style='color:red; font-size:20px; font-weight:bold;'>app node start...</div>
     <template id="my-app">
-		<!-- <div v-html='info'></div> -->
+		<!--<div v-html='info'></div> 
 		<Home @op="add">home vue</Home>
 		<h5 style="color:oranged">{{number}}</h5>
-		<!-- <About>this is About</About>
-		<test></test> -->
+		<About>this is About</About>
+		<test></test>-->
 	<!--避免使用单标签,组件按照双标签规范用;    js代码相对位置导入后可以直接使用 -->
 		<p>before i18n label</p>
 		<div v-t="'messages.username'"></div>