build: eslint에서 vue/setup-compiler-macros 활성화
- 필요없어진 import 제거
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { addMilliseconds } from 'date-fns';
|
||||
import { defineProps, type PropType, ref, onMounted, watch } from 'vue';
|
||||
import { type PropType, ref, onMounted, watch } from 'vue';
|
||||
import { formatTime } from '@/util/formatTime';
|
||||
const props = defineProps({
|
||||
serverTime: {
|
||||
|
||||
Reference in New Issue
Block a user