Explorar o código

set up some links

night-cherry hai 1 mes
pai
achega
8c7d5f07f7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      index.html

+ 1 - 1
index.html

@@ -190,7 +190,7 @@
 		<button onclick="dialog.show()">弹窗show()</button>
 		<button onclick="dialog.showModal()">弹窗showModal()</button>
 		<dialog id="dialog">
-			<h2>这是弹窗内容</h2>
+			<!-- <h2>这是弹窗内容</h2> -->
 			<router-view></router-view>
 
 			<button onclick="dialog.close()">关闭</button>