feat: make functional components time-slicable
This commit is contained in:
@@ -30,7 +30,6 @@ const renderProxyHandlers = {
|
||||
return target.$data[key]
|
||||
} else if ((i = target.$options.props) != null && i.hasOwnProperty(key)) {
|
||||
// props are only proxied if declared
|
||||
// make sure to return from $props to register dependency
|
||||
return target.$props[key]
|
||||
} else if (
|
||||
(i = target._computedGetters) !== null &&
|
||||
|
||||
Reference in New Issue
Block a user