first vue 3 commit

This commit is contained in:
vabene1111
2024-02-20 20:11:51 +01:00
committed by smilerz
parent 8728865b97
commit bb6356cfa8
18 changed files with 1099 additions and 17 deletions

View File

@@ -0,0 +1,11 @@
{% load django_vite %}
{% vite_hmr_client %}
{% vite_asset 'src/apps/tandoor/main.ts' %}
<script src="{% url 'js_reverse' %}"></script>
<div id="app">
</div>