fix. extends 에러 수정
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { defineStore } from 'pinia'
|
||||
|
||||
export const useLoadingStore = defineStore('loadingStore', () => {
|
||||
// 글로벌 로딩 표기
|
||||
const fullLoading = ref(true)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { defineStore, skipHydrate } from 'pinia'
|
||||
import { skipHydrate } from 'pinia'
|
||||
import type {
|
||||
DialogParams,
|
||||
YoutubeParams,
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { defineStore } from 'pinia'
|
||||
import { useWindowScroll } from '@vueuse/core'
|
||||
|
||||
export const useScrollStore = defineStore('scrollStore', () => {
|
||||
|
||||
Reference in New Issue
Block a user