瀏覽代碼

set up some links

night-cherry 1 月之前
父節點
當前提交
8c7d5f07f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>