✨(component): row 与 col 的所有属性同时兼容 number 与 string 类型
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user