-
### What problem does this feature solve?
Typescript types for $auth on the vue instance
This feature request is available on Nuxt community (#c219)
-
### Describe the bug
Basic setup of vitest with vue and parcel fails with `TypeError: default is not a function`. I'm building js with parcel but want to run the tests with vitest. Is there a way …
-
**Describe the solution you'd like**
Hello. I believe that developers would like to use the autocomplete in each select, where there are a lot of options. However, all possibilities for autocomplete …
-
i'm transitioning my project from tendermint to rollkit, and seem to have lost support for events.
## how to reproduce
after scaffolding a chain, module and model with ignite, add the following:…
-
When trying to set the focus on a `` field via its ref I get the error message `input.value.focus is not a function`
It works fine with a normal `` field.
boostrap-vue-next version 0.9.14
This …
-
### Issue Description
Possibly since upgrading to NativeScript 8, we're seeing a few different seemingly related issues in calling native js methods, but only on a few devices.
For example:
…
-
**Describe the bug**
During build (Vite 2.7.1), several deprecation warnings (Dart Sass) are emitted. The warning is:
Deprecation Warning: Using / for division outside of calc() is deprecate…
-
### What happened?
I'm doing a migration from webpack to vite. I have done all the recommendations for migration. When starting quasar dev
![image](https://github.com/quasarframework/quasar/assets…
-
i just started using an existing Ionic project https://github.com/svub/lets-stay-in-touch
i wanted to add instructions to that repos README file with the changes i'd made in this PR https://github.…
-
test.spec.js
```
const routes = [
{
component: import('@/views/web/layout.vue'),
}
]
describe('TestRoutes', () => {
test('Test1', async () => {
expect(routes.length).toBe(1)
…