mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-04 04:37:43 +08:00
10 lines
110 B
TypeScript
10 lines
110 B
TypeScript
|
|
export interface VuexBuildConfig {
|
|
vuex: {
|
|
strict: boolean;
|
|
devtools: boolean;
|
|
}
|
|
}
|
|
|
|
|