mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-24 02:16:40 +08:00
10 lines
110 B
TypeScript
10 lines
110 B
TypeScript
|
|
export interface VuexBuildConfig {
|
|
vuex: {
|
|
strict: boolean;
|
|
devtools: boolean;
|
|
}
|
|
}
|
|
|
|
|