fix. extends 에러 수정

This commit is contained in:
clkim
2026-01-05 17:31:06 +09:00
parent ccde78fa47
commit 12e6135c02
3 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
import { defineStore } from 'pinia'
export const useLoadingStore = defineStore('loadingStore', () => {
// 글로벌 로딩 표기
const fullLoading = ref(true)

View File

@@ -1,4 +1,4 @@
import { defineStore, skipHydrate } from 'pinia'
import { skipHydrate } from 'pinia'
import type {
DialogParams,
YoutubeParams,

View File

@@ -1,4 +1,3 @@
import { defineStore } from 'pinia'
import { useWindowScroll } from '@vueuse/core'
export const useScrollStore = defineStore('scrollStore', () => {