diff --git a/packages/uni-app-vue/dist/nvue.runtime.esm.dev.js b/packages/uni-app-vue/dist/nvue.runtime.esm.dev.js index 39492e1f8de1eb6a6c6259cd313efc734a7d268a..6f2434825aafe3196629980cdc14f140492d0e6a 100644 --- a/packages/uni-app-vue/dist/nvue.runtime.esm.dev.js +++ b/packages/uni-app-vue/dist/nvue.runtime.esm.dev.js @@ -11557,6 +11557,7 @@ export function nvueFactory(exports, document) { withScopeId: withScopeId, camelize: camelize, capitalize: capitalize, + hyphenate: hyphenate, normalizeClass: normalizeClass, normalizeProps: normalizeProps, normalizeStyle: normalizeStyle, diff --git a/packages/uni-app-vue/dist/nvue.runtime.esm.prod.js b/packages/uni-app-vue/dist/nvue.runtime.esm.prod.js index bed9501e2030946b1e7e0d61f87d106da52aee23..0c5138d101dda2ac33071146913be2757e43b7ce 100644 --- a/packages/uni-app-vue/dist/nvue.runtime.esm.prod.js +++ b/packages/uni-app-vue/dist/nvue.runtime.esm.prod.js @@ -9728,6 +9728,7 @@ export function nvueFactory(exports, document) { withScopeId: withScopeId, camelize: camelize, capitalize: capitalize, + hyphenate: hyphenate, normalizeClass: normalizeClass, normalizeProps: normalizeProps, normalizeStyle: normalizeStyle, diff --git a/packages/uni-app-vue/lib/nvue.runtime.esm.js b/packages/uni-app-vue/lib/nvue.runtime.esm.js index 1f724f518097fc0cd82d5491fe91decff8bf4775..8bee9ef6c49794cc7b8462e868e1681670c246fe 100644 --- a/packages/uni-app-vue/lib/nvue.runtime.esm.js +++ b/packages/uni-app-vue/lib/nvue.runtime.esm.js @@ -1,6 +1,6 @@ import { NVueTextNode } from '@dcloudio/uni-shared'; import { extend, isArray, isMap, isIntegerKey, isSymbol, hasOwn, isObject, hasChanged, makeMap, capitalize, toRawType, def, isFunction, NOOP, isString, isPromise, getGlobalThis, EMPTY_OBJ, toHandlerKey, toNumber, hyphenate, camelize, isOn, isModelListener, remove, isSet, isPlainObject, invokeArrayFns, isReservedProp, EMPTY_ARR, NO, normalizeClass, normalizeStyle, isGloballyWhitelisted, parseStringStyle } from '@vue/shared'; -export { camelize, capitalize, normalizeClass, normalizeProps, normalizeStyle, toDisplayString, toHandlerKey } from '@vue/shared'; +export { camelize, capitalize, hyphenate, normalizeClass, normalizeProps, normalizeStyle, toDisplayString, toHandlerKey } from '@vue/shared'; function warn(msg, ...args) { console.warn(`[Vue warn] ${msg}`, ...args);