Add vue app to photo.html

This commit is contained in:
Joscha 2025-03-26 20:58:03 +01:00
parent ad028bc522
commit 1a6431b922
6 changed files with 21 additions and 2 deletions

View file

@ -185,5 +185,8 @@
</svg>
</a>
<div id="cover" class="hidden"></div>
<div id="app"></div>
<script type="module" src="/src/photo.ts"></script>
</body>
</html>