mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
parent
7131bc4815
commit
b708c04988
@ -82,7 +82,7 @@ export function cached<F: Function> (fn: F): F {
|
||||
}
|
||||
|
||||
/**
|
||||
* Camelize a hyphen-delmited string.
|
||||
* Camelize a hyphen-delimited string.
|
||||
*/
|
||||
const camelizeRE = /-(\w)/g
|
||||
export const camelize = cached((str: string): string => {
|
||||
|
Loading…
Reference in New Issue
Block a user