Brendan Rice
Brendan Rice
Version
Great component. Have you got a Vue 3 version of this?
**Describe the bug** I have a generic cache class (see below). ``` import { injectable } from 'tsyringe'; import { Cache } from '../contract/cache'; @injectable() export class CacheImpl implements Cache...
### Have you read the documentation? - [X] Yes, I've read the [how to make a reproducable bug guide](https://www.sitespeed.io/documentation/sitespeed.io/bug-report/) - [X] Yes, I've read the [how to debug my script...