-
As many users use RomM from a smartphone, it would be nice to convert RomM as a PWA
-
Here's the `restoreState` function that retrieves some data from Firebase based on localStorage `wishlistId`
``` js
restoreState: async (key, storage) => {
const snapshot = await db
.ref(`…
-
### 🐛 The bug
When navigating to a new page, the `route.params` object from `useRoute` is empty.
### 🛠️ To reproduce
https://stackblitz.com/edit/github-hz29vt?file=pages/tabs/tab1.vue
### 🌈 Expect…
-
### Environment
------------------------------
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.0.0-rc.12`
- Nitro Version: `0.6.0`
- Package Manager: `npm@7…
-
### Environment
node: 18.12.0
nuxt: 3.12.2
vue: 3.4.29
vue-router: 4.3.3
### Reproduction
Easy to reproduce
### Describe the bug
![企业微信截图_319fd01e-03c3-487f-8341-aa7c046efa47](https://github.c…
-
### Environment
- Operating System: `Windows_NT`
- Node Version: `v16.14.2`
- Nuxt Version: `3.0.0-rc.4`
- Package Manager: `yarn@1.22.17`
- Builder: `vite`
- User Config: …
-
I think the UI could use an upgrade and also i could improve index-ability and other seo stuff and maybe move to nuxt or use vue-router
-
- [x] Vuex (refer #15)
- [ ] Vue-Router -> NLink, NChild examples.
- [ ] Globals -> Nuxt modules $recaptcha, $auth etc.
-
### Environment
- Operating System: Windows_NT
- Node Version: v18.14.1
- Nuxt Version: 3.8.2
- CLI Version: 3.10.0
- Nitro Version: 2.8.1
- Package Manager: pnpm@8.11.0
- Buil…
-
Can we have c component which behave as NuxtLink, RouterLink or A tag. I'm making a wrapper around Vuestic which I want to work in Nuxt and with Vue Router.
Must work the same way as SidebarItem, …