refactor: rename store id
This commit is contained in:
@@ -2,7 +2,7 @@ import type { LineAlarms } from '@/composables/query';
|
|||||||
import { defineStore } from 'pinia';
|
import { defineStore } from 'pinia';
|
||||||
import { ref } from 'vue';
|
import { ref } from 'vue';
|
||||||
|
|
||||||
export const useLineAlarmsStore = defineStore('line-alarms', () => {
|
export const useLineAlarmsStore = defineStore('ndm-line-alarms-store', () => {
|
||||||
const lineAlarms = ref<LineAlarms>({});
|
const lineAlarms = ref<LineAlarms>({});
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user