test: test ops logging for test renderer
This commit is contained in:
@@ -49,7 +49,9 @@ export function initializeComputed(
|
||||
{},
|
||||
{
|
||||
get(_, key: any) {
|
||||
return handles[key]()
|
||||
if (handles.hasOwnProperty(key)) {
|
||||
return handles[key]()
|
||||
}
|
||||
}
|
||||
// TODO should be readonly
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user