feat: support ref in v-for, remove compat deprecation warnings
This commit is contained in:
@@ -83,7 +83,7 @@ export const isIntegerKey = (key: unknown) =>
|
||||
|
||||
export const isReservedProp = /*#__PURE__*/ makeMap(
|
||||
// the leading comma is intentional so empty string "" is also included
|
||||
',key,ref,' +
|
||||
',key,ref,ref_for,ref_key,' +
|
||||
'onVnodeBeforeMount,onVnodeMounted,' +
|
||||
'onVnodeBeforeUpdate,onVnodeUpdated,' +
|
||||
'onVnodeBeforeUnmount,onVnodeUnmounted'
|
||||
|
||||
Reference in New Issue
Block a user