feat: 新增全局测试

This commit is contained in:
MTrun
2022-02-23 14:11:33 +08:00
parent c071cb5a49
commit 40a129aafd
13 changed files with 258 additions and 129 deletions
@@ -0,0 +1,20 @@
export const axisConf = {
splitLint: {
lineStyle: {
type: [
{
label: 'solid',
value: 'solid'
},
{
label: 'dashed',
value: 'dashed'
},
{
label: 'dotted',
value: 'dotted'
}
]
}
}
}
@@ -0,0 +1 @@
export * from './axis'