mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
first vue 3 commit
This commit is contained in:
11
cookbook/templates/frontend/tandoor.html
Normal file
11
cookbook/templates/frontend/tandoor.html
Normal 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>
|
||||
Reference in New Issue
Block a user