Spaces:
Sleeping
Sleeping
Commit ·
5ba8eae
1
Parent(s): ad9870d
fix: jinja2/vue conflict in templates/index.html
Browse files- templates/index.html +2 -0
templates/index.html
CHANGED
|
@@ -50,6 +50,7 @@
|
|
| 50 |
</style>
|
| 51 |
</head>
|
| 52 |
<body>
|
|
|
|
| 53 |
<div id="app" class="h-screen flex flex-col overflow-hidden">
|
| 54 |
<!-- Navbar -->
|
| 55 |
<nav class="bg-slate-800 border-b border-slate-700 h-16 flex items-center justify-between px-6 shrink-0">
|
|
@@ -276,6 +277,7 @@
|
|
| 276 |
</div>
|
| 277 |
</Transition>
|
| 278 |
</div>
|
|
|
|
| 279 |
|
| 280 |
<script>
|
| 281 |
const { createApp, ref, computed, onMounted, watch } = Vue;
|
|
|
|
| 50 |
</style>
|
| 51 |
</head>
|
| 52 |
<body>
|
| 53 |
+
{% raw %}
|
| 54 |
<div id="app" class="h-screen flex flex-col overflow-hidden">
|
| 55 |
<!-- Navbar -->
|
| 56 |
<nav class="bg-slate-800 border-b border-slate-700 h-16 flex items-center justify-between px-6 shrink-0">
|
|
|
|
| 277 |
</div>
|
| 278 |
</Transition>
|
| 279 |
</div>
|
| 280 |
+
{% endraw %}
|
| 281 |
|
| 282 |
<script>
|
| 283 |
const { createApp, ref, computed, onMounted, watch } = Vue;
|