소스 검색

Fix confirm modal lint

Tusooa Zhu 2 년 전
부모
커밋
8a99d129dc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/components/confirm_modal/confirm_modal.vue

+ 2 - 2
src/components/confirm_modal/confirm_modal.vue

@@ -4,13 +4,13 @@
     class="confirm-modal"
     :on-cancel="onCancel"
   >
-    <template v-slot:header>
+    <template #header>
       <span v-text="title" />
     </template>
 
     <slot />
 
-    <template v-slot:footer>
+    <template #footer>
       <button
         class="btn button-default"
         @click.prevent="onAccept"