Browse Source

remove warning supressions

Jason Gorst 1 tháng trước cách đây
mục cha
commit
bccb7455c0
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      app/components/CharacterToolbar.vue

+ 0 - 2
app/components/CharacterToolbar.vue

@@ -1,4 +1,3 @@
-<!--suppress VueUnrecognizedSlot -->
 <template>
   <Toolbar :pt="{ root: 'min-h-11.5 rounded-b-none' }">
     <template #start>
@@ -16,7 +15,6 @@
         class="border-none px-6! py-3.25"
         variant="text"
       >
-        <!--suppress HtmlUnknownTarget -->
         <NuxtLink
           class="flex items-center gap-0.5"
           :to="{ name: 'characterCreate' }"