Skip to content

Commit bd9b690

Browse files
committed
chore: rmeove unused export
1 parent f503167 commit bd9b690

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/runtime-core/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,9 @@ export { setBlockTracking, createTextVNode, createCommentVNode } from './vnode'
9191
// types so that the bundled d.ts does not attempt to import from it.
9292
import {
9393
toDisplayString as _toDisplayString,
94-
capitalize as _capitalize,
9594
camelize as _camelize
9695
} from '@vue/shared'
9796
export const toDisplayString = _toDisplayString as (s: unknown) => string
98-
export const capitalize = _capitalize as (s: string) => string
9997
export const camelize = _camelize as (s: string) => string
10098

10199
// For integration with runtime compiler

0 commit comments

Comments
 (0)