You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{store}from'quasar/wrappers'import{createPinia}from'pinia'/* * If not building with SSR mode, you can * directly export the Store instantiation; * * The function below can be async too; either use * async/await or return a Promise which resolves * with the Store instance. */exportdefaultstore((/* { ssrContext } */)=>{constpinia=createPinia()// You can add Pinia plugins here// pinia.use(SomePiniaPlugin)returnpinia})
After test, I updated my project with a lot of Pinia stores, and it all works fine.
So I think we should update this repository to work with official framework support.
The text was updated successfully, but these errors were encountered:
Release: @quasar/app-webpack-v3.4.0
I just tested it and it works.
npm init quasar
The code I got is pretty simple:
src/stores/index.ts
After test, I updated my project with a lot of Pinia stores, and it all works fine.
So I think we should update this repository to work with official framework support.
The text was updated successfully, but these errors were encountered: