window object does weird things, rename root ID
when used with (window as any).app, it uses the element with id #app instead
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<meta name="theme-color" content="#2196f3">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app" class="mobile">
|
||||
<div id="app-root" class="mobile">
|
||||
<script type="module" src='/src/main-mobile.ts'></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user