mirror of
https://github.com/element-plus/element-plus.git
synced 2025-08-26 04:27:26 +08:00
fix(utils): nuxt build error (#20325)
* fix(utils): nuxt build error * chore: update
This commit is contained in:
@ -1,10 +1,7 @@
|
||||
import { capitalize as toCapitalize } from '@vue/shared'
|
||||
import { camelize, hyphenate, capitalize as toCapitalize } from '@vue/shared'
|
||||
|
||||
export {
|
||||
camelize,
|
||||
hyphenate,
|
||||
hyphenate as kebabCase, // alias
|
||||
} from '@vue/shared'
|
||||
export { camelize, hyphenate }
|
||||
export const kebabCase = hyphenate
|
||||
|
||||
/**
|
||||
* fork from {@link https://github.com/sindresorhus/escape-string-regexp}
|
||||
|
Reference in New Issue
Block a user