1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00
2022-03-29 14:26:05 +08:00

10 lines
110 B
TypeScript

export interface VuexBuildConfig {
vuex: {
strict: boolean;
devtools: boolean;
}
}