Skip to content

Commit e92264b

Browse files
committed
fix: template microapp
1 parent 7cae61a commit e92264b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/microApp/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title><%= app_name %></title>
77
</head>
88
<body>
9-
<div id="app" data-app=<%= app_name %></div>
9+
<div id="app" data-app=<%= app_name %>></div>
1010
<script>
1111
window.onload = () => {
1212
const el = document.getElementById('app');

0 commit comments

Comments
 (0)