Fixing Vue3
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
choelzl 2022-03-23 10:39:39 +01:00
parent 808f631024
commit 8ee9e07de0
Signed by: sora
GPG Key ID: A362EA0491E2EEA0
2 changed files with 7 additions and 6 deletions

View File

@ -110,9 +110,9 @@
</main> </main>
<script src="https://unpkg.com/vue@2"></script> <script src="https://unpkg.com/vue@2/dist/vue.min.js"></script>
<script src="https://unpkg.com/vue2-datepicker"></script> <script src="https://unpkg.com/vue2-datepicker/index.min.js"></script>
<script src="https://unpkg.com/leaflet"></script> <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<script src="https://unpkg.com/vue2-leaflet"></script> <script src="https://unpkg.com/vue2-leaflet"></script>
<script src="https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js"></script> <script src="https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js"></script>
<script src="https://unpkg.com/axios"></script> <script src="https://unpkg.com/axios"></script>

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html> <html>
<head> <head>
<title>Helcel-OTM</title> <title>Helcel-OTM</title>
@ -474,9 +475,9 @@
</div> </div>
</div> </div>
</main> </main>
<script src="https://unpkg.com/vue@2"></script> <script src="https://unpkg.com/vue@2/dist/vue.min.js"></script>
<script src="https://unpkg.com/vue2-datepicker"></script> <script src="https://unpkg.com/vue2-datepicker/index.min.js"></script>
<script src="https://unpkg.com/leaflet"></script> <script src="https://unpkg.com/leaflet/dist/leaflet.js"></script>
<script src="https://unpkg.com/vue2-leaflet"></script> <script src="https://unpkg.com/vue2-leaflet"></script>
<script src="https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js"></script> <script src="https://unpkg.com/leaflet.awesome-markers/dist/leaflet.awesome-markers.min.js"></script>
<script src="https://unpkg.com/axios"></script> <script src="https://unpkg.com/axios"></script>