vieruuuu
vieruuuu
this is my solution to this: store example: ```js import { defineStore } from "pinia"; const store = defineStore("global", { state: () => ({ previousRoute: "", }), }); export default...
I have an alternative for my `useStore` function that has intelisense support ```js // defineRefStore.js import { defineStore, storeToRefs } from "pinia"; export function defineRefStore(id, storeSetup, options) { const piniaStore...
@gogolxdong any luck with those padding examples ?
@genotrance so how to use this fix ? i've installed nim using choosenim but i can't get it to work
any progress on this?
Any updates?