添加bar组件
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export function getOffsetWithMinusString(val : string):string {
|
||||
return val.startsWith('-') ? val.replace('-', '') : `-${val}`
|
||||
};
|
||||
Reference in New Issue
Block a user