(component): row 与 col 的所有属性同时兼容 number 与 string 类型

This commit is contained in:
就眠儀式
2022-06-25 22:58:45 +08:00
parent 77be989540
commit a4094f5d8a
8 changed files with 25 additions and 25 deletions

View File

@@ -28,11 +28,11 @@ export default (): UserConfigExport => {
compress: {
drop_console: true,
drop_debugger: true,
pure_funcs: ['console.log']
pure_funcs: ["console.log"],
},
output: {
comments: true
}
comments: true,
},
},
rollupOptions: {
output: {

View File

@@ -70,11 +70,11 @@ export default (): UserConfigExport => {
compress: {
drop_console: true,
drop_debugger: true,
pure_funcs: ['console.log']
pure_funcs: ["console.log"],
},
output: {
comments: true
}
comments: true,
},
},
rollupOptions: {
input: inputs,

View File

@@ -28,11 +28,11 @@ export default (): UserConfigExport => {
compress: {
drop_console: true,
drop_debugger: true,
pure_funcs: ['console.log']
pure_funcs: ["console.log"],
},
output: {
comments: true
}
comments: true,
},
},
rollupOptions: {
output: {