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