feat: port namespace store to pinia
This commit is contained in:
parent
9474240cb9
commit
093ab766d4
21 changed files with 214 additions and 166 deletions
|
|
@ -103,6 +103,7 @@ export interface ListState {
|
|||
|
||||
export interface NamespaceState {
|
||||
namespaces: INamespace[]
|
||||
isLoading: boolean,
|
||||
}
|
||||
|
||||
export interface TaskState {}
|
||||
|
|
|
|||
Reference in a new issue