wip: fix one test

This commit is contained in:
Evan You
2018-11-02 14:09:00 +09:00
parent ba571cda61
commit f79f0e658b
6 changed files with 94 additions and 90 deletions

View File

@@ -92,5 +92,3 @@ export const Inject: FunctionalComponent<InjectProps> = (
}
return slots.default && slots.default(resolvedValue)
}
Inject.pure = true