Add enlarge image modal
This commit is contained in:
parent
e4b763b594
commit
b460e9a848
2 changed files with 23 additions and 1 deletions
|
|
@ -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 }};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue