-
1. Make request for PageCategory via Pinia Store management library
2. Create A page and List All Of Page categories
3. Filter listed page categories
4. Paginate page categories
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Vue devtools version
6.6.4
### Link to minimal reproduction
no
### Steps to reproduce & screenshots
I've been noticing that in all projects I work with vue, whether it's simple or c…
-
-
### Vue - Official extension or vue-tsc version
2.1.10
### VSCode version
none
### Vue version
3.5.13
### TypeScript version
5.7.2
### System Info
```shell
System:
OS:…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
https://pinia.vuejs.org/ssr/nuxt.html
pinia need add to devDependencies. Witout this lib project not working.
-
~
-
## 方案介绍
### 背景
vuex 注册、声明、消费状态的方式繁琐,并且没有类型提示,开发体验很差。
原逻辑中的 vuex 会将状态全部存到一颗状态树下,持久化后数据全存在 storage 的一个键值对下,对调试状态不友好。
新人上手项目要先熟悉 vuex,心智负担重。
### 价值
本次改动一方面为了跟上前端技术的步伐,另一方面能降低项目维护成本和新人上手…
-
(This is a further attempt after #375. The previous issue contains useful background, but may not be directly related to this issue.)
I have managed to successfully build a static site from my proj…