前端js组件更新
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { createLocalOrUTC } from './from-anything';
|
||||
|
||||
export function createLocal (input, format, locale, strict) {
|
||||
return createLocalOrUTC(input, format, locale, strict, false);
|
||||
}
|
||||
Reference in New Issue
Block a user