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