push
This commit is contained in:
9
lib/paas/store/modules/lowCodeMyApp.ts
Normal file
9
lib/paas/store/modules/lowCodeMyApp.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { defineStore } from 'pinia';
|
||||
export const configRegister = defineStore({
|
||||
id: 'lowCodeMyApp',
|
||||
state(): { module: any } {
|
||||
return { module: {} };
|
||||
},
|
||||
getters: {},
|
||||
actions: {},
|
||||
});
|
||||
Reference in New Issue
Block a user