소스 검색

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>