Explorar el Código

background color about vue component

night-cherry hace 3 semanas
padre
commit
5fa9d2d253
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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>