DragonWhisperer
DragonWhisperer
Is there a way to cache get requests like [axios-extensions](https://github.com/kuitos/axios-extensions)?
For example: ```vue button a { color: red; } ``` [`nuxt-link`](https://nuxtjs.org/api/components-nuxt-link/) is converted to `a` tag, but I get error: ```The selector `a` is unused```. Please support. Maybe something like...
```vue hello %title { font-size: 2rem; } .eng-title { @extend %title; } ``` I get: ```The selector `%title` is unused.```