fix: nativeOn test case + test nested components

This commit is contained in:
Evan You
2018-10-04 16:52:52 -04:00
parent 03fd4da21d
commit 05b70f790c
2 changed files with 90 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ export const onRE = /^on/
export const nativeOnRE = /^nativeOn/
export const vnodeHookRE = /^vnode/
export const handlersRE = /^on|^nativeOn|^vnode/
export const reservedPropRE = /^(?:key|ref|slots)$|^nativeOn|^vnode/
export const reservedPropRE = /^(?:key|ref|slots)$|^vnode/
export function normalizeStyle(
value: any