浏览代码

background color about vue component

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

+ 2 - 2
index.html

@@ -11,8 +11,8 @@
     <div id='app'  style='color:red; font-size:20px; font-weight:bold;'>app node start...</div>
     <template id="my-app">
 		<Header_></Header_>
-		<Headapes></Headapes>
-		<!-- <div v-html='info'></div> 
+		<!-- <Headapes></Headapes>
+		<div v-html='info'></div> 
 		<Home @op="add">home vue</Home>
 		<h5 style="color:oranged">{{number}}</h5>
 		<About>this is About</About>