Skip to content

Commit efd234e

Browse files
author
那里好脏不可以
authored
docs(example): make HTML tags into the correct format (#6163)
1 parent f6660d9 commit efd234e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/module-federation/app1/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>App 1</title>
66
</head>
77
<body>
8-
<div id="root"/>
8+
<div id="root"></div>
99
</body>
1010
</html>

examples/module-federation/app2/public/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
<title>App 2</title>
66
</head>
77
<body>
8-
<div id="root"/>
8+
<div id="root"></div>
99
</body>
1010
</html>

0 commit comments

Comments
 (0)