-
### Description
[Pinia Colada](https://pinia-colada.esm.dev/) is a query client similar to TanStack, but is more native to Vue and takes full advantage of Pinia for caching, optimistic updates, etc. …
-
### Terms
- [X] I have searched [open and closed feature requests](https://github.com/activist-org/activist/issues?q=is%3Aissue+label%3Afeature)
- [X] I agree to follow activist's [Code of Conduct](h…
-
Input:
```html
This boilerplate uses Vite + Vue 3 + and the astounding Pinia.
```
Expected output:
```html
This boilerplate uses
Vite
+
Vue 3
+ the astounding
Pinia
.…
-
Hello, I am getting this error in a test project using Quasar CLI and Vite. I did another test project using webpack and that works using same code etc.
```
[Quasar] boot error: SyntaxError: The r…
-
### Vue devtools version
3.3.4
### Steps to reproduce & screenshots
In a Vue3 website, open the vue devtools from inspection window. There will be no pinia icon sometimes
### What is expec…
-
`app.use(pinia)` gives me Typescript error.
Code example:
```Ts
import { createApp, registerElement } from 'nativescript-vue'
import { createPinia } from 'pinia'
const app = createApp(App)
…
-
- [x] I have searched the [issues](https://github.com/vueComponent/ant-design-vue/issues) of this repository and believe that this is not a duplicate.
### Version
4.2.6
…
-
### Summary
I am getting a strange error in the console when trying to configure Storybook to use Pinia within a Vue & Vite project....
I have a simple reproduction case at https://github.com/er…
-
scripts are not running after build with plugins.
even I put console.log very top of file, console.log not called.
`import { i as importShared, getCurrentScope as getCurrentScope$1, onScop…
-
I haven't saw a solution where someone used generic constraints (i.e. `extends ...`). which I think is really important for the real library.
Here is my solution:
```ts
type AnyObject = Re…