build: bootstrap-vue-3
- tiptap/CustomImage 정의 문제 수정 - useToast() 관련 문제 수정
This commit is contained in:
@@ -118,12 +118,13 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">import { BettingInfo, ToastType } from '@/defs';
|
||||
import { SammoAPI, ValidResponse } from "@/SammoAPI";
|
||||
<script setup lang="ts">
|
||||
import type { BettingInfo, ToastType } from '@/defs';
|
||||
import { SammoAPI, type ValidResponse } from "@/SammoAPI";
|
||||
import { joinYearMonth } from '@/util/joinYearMonth';
|
||||
import { parseYearMonth } from '@/util/parseYearMonth';
|
||||
import { isString, range, sum } from 'lodash';
|
||||
import { ref, defineProps, defineEmits, PropType, watch } from "vue";
|
||||
import { ref, defineProps, defineEmits, type PropType, watch } from "vue";
|
||||
|
||||
type BettingDetailResponse = ValidResponse & {
|
||||
bettingInfo: BettingInfo;
|
||||
|
||||
Reference in New Issue
Block a user