mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-14 20:01:28 +00:00
feat: add dashboard store
This commit is contained in:
@@ -29,9 +29,8 @@ export const selectorStore = defineStore({
|
||||
state: (): SelectorState => ({
|
||||
services: [],
|
||||
}),
|
||||
getters: {},
|
||||
actions: {
|
||||
async fetchLayers() {
|
||||
async fetchLayers(): Promise<AxiosResponse> {
|
||||
const res: AxiosResponse = await graph.query("queryLayers").params({});
|
||||
|
||||
return res;
|
||||
|
Reference in New Issue
Block a user