소스 검색

remove warning supressions

Jason Gorst 1 개월 전
부모
커밋
bccb7455c0
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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' }"