Add enlarge image modal

This commit is contained in:
Edward Betts 2021-06-16 17:48:45 +02:00
parent e4b763b594
commit b460e9a848
2 changed files with 23 additions and 1 deletions

View file

@ -12,6 +12,7 @@
<body>
<div id="app"></div>
<script src="https://unpkg.com/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin="anonymous"></script>
<script type="module">
import { createApp } from "https://cdn.skypack.dev/vue@^3.0.11";
import App from {{ url_for('static', filename='snowpack/App.vue.js') | tojson }};