提交 feb85a52 编写于 作者: fxy060608's avatar fxy060608

wip(app): nvue

上级 5ce37387
...@@ -11557,6 +11557,7 @@ export function nvueFactory(exports, document) { ...@@ -11557,6 +11557,7 @@ export function nvueFactory(exports, document) {
withScopeId: withScopeId, withScopeId: withScopeId,
camelize: camelize, camelize: camelize,
capitalize: capitalize, capitalize: capitalize,
hyphenate: hyphenate,
normalizeClass: normalizeClass, normalizeClass: normalizeClass,
normalizeProps: normalizeProps, normalizeProps: normalizeProps,
normalizeStyle: normalizeStyle, normalizeStyle: normalizeStyle,
......
...@@ -9728,6 +9728,7 @@ export function nvueFactory(exports, document) { ...@@ -9728,6 +9728,7 @@ export function nvueFactory(exports, document) {
withScopeId: withScopeId, withScopeId: withScopeId,
camelize: camelize, camelize: camelize,
capitalize: capitalize, capitalize: capitalize,
hyphenate: hyphenate,
normalizeClass: normalizeClass, normalizeClass: normalizeClass,
normalizeProps: normalizeProps, normalizeProps: normalizeProps,
normalizeStyle: normalizeStyle, normalizeStyle: normalizeStyle,
......
import { NVueTextNode } from '@dcloudio/uni-shared'; 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'; 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) { function warn(msg, ...args) {
console.warn(`[Vue warn] ${msg}`, ...args); console.warn(`[Vue warn] ${msg}`, ...args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册