We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cae61a commit e92264bCopy full SHA for e92264b
1 file changed
templates/microApp/src/index.html
@@ -6,7 +6,7 @@
6
<title><%= app_name %></title>
7
</head>
8
<body>
9
- <div id="app" data-app=<%= app_name %></div>
+ <div id="app" data-app=<%= app_name %>></div>
10
<script>
11
window.onload = () => {
12
const el = document.getElementById('app');
0 commit comments