test: test for setup()
This commit is contained in:
@@ -184,7 +184,7 @@ export function resolveProps(
|
||||
|
||||
instance.props = __DEV__ ? readonly(props) : props
|
||||
instance.attrs = options
|
||||
? __DEV__
|
||||
? __DEV__ && attrs != null
|
||||
? readonly(attrs)
|
||||
: attrs
|
||||
: instance.props
|
||||
|
||||
Reference in New Issue
Block a user