2👍
I think you are missing a #app
element in the index.html to mount the app:
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>
Source:stackexchange.com
2👍
I think you are missing a #app
element in the index.html to mount the app:
<body>
<div id="app"></div>
<script src="/dist/build.js"></script>
</body>