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