Trae Assistant commited on
Commit
bb9071f
·
1 Parent(s): 6d67429

Fix Jinja2/Vue template conflict and optimize layout

Browse files
Files changed (1) hide show
  1. templates/index.html +2 -0
templates/index.html CHANGED
@@ -38,6 +38,7 @@
38
  </style>
39
  </head>
40
  <body class="min-h-screen selection:bg-blue-500 selection:text-white">
 
41
  <div id="app" v-cloak class="container mx-auto px-4 py-8 max-w-6xl">
42
  <!-- Header -->
43
  <header class="mb-10 text-center">
@@ -251,6 +252,7 @@
251
  </div>
252
  </div>
253
  </div>
 
254
 
255
  <script>
256
  const { createApp, reactive, computed } = Vue;
 
38
  </style>
39
  </head>
40
  <body class="min-h-screen selection:bg-blue-500 selection:text-white">
41
+ {% raw %}
42
  <div id="app" v-cloak class="container mx-auto px-4 py-8 max-w-6xl">
43
  <!-- Header -->
44
  <header class="mb-10 text-center">
 
252
  </div>
253
  </div>
254
  </div>
255
+ {% endraw %}
256
 
257
  <script>
258
  const { createApp, reactive, computed } = Vue;