-
生成一个登陆界、home页面、我的页面,要求用路由可以跳到每一个页面,底部导航栏,同时要保存用户登陆凭证,每次获取数据都要带上凭证
-
### Environment
"nuxt": "^3.10.2",
"vue": "^3.4.19",
"vue-router": "^4.2.5"
### Reproduction
https://stackblitz.com/edit/github-zqnpvy?file=pages%2Flogin.vue
Steps to reproduce:
1. O…
-
### Vue version
3.4.31
### Link to minimal reproduction
https://stackblitz.com/edit/vitejs-vite-auh6nk?file=src%2FApp.vue,src%2Fcomponents%2FTestA.vue,src%2Fcomponents%2FTestB.vue&terminal=de…
-
Type: Bug
I recently upgraded my VSCode to v1.95, and due to this I have seen two issues:
- The settings sync was not working anymore. This is already handled on #232516
- The profiles are gone. I u…
-
### Describe the bug
Trying to use CSS layers as recommended [from the docs](https://primevue.org/tailwind/#override) so tailwind utilities have higher specificity over component styles, more specifi…
-
### Environment
------------------------------
- Operating System: Linux
- Node Version: v16.20.0
- Nuxt Version: 3.7.0
- CLI Version: 3.7.3
- Nitro Version: 2.6.2
- Package Man…
-
Need to add Image editing capabilities.
-
### What happened?
The screen starts to flicker at the moment you try to resize the window until you just see the scrollbar appear/disappear.
### What did you expect to happen?
No flickering…
-
### OpenIM Server Version
最新版本
### Operating System and CPU Architecture
Linux (AMD)
### Deployment Method
Source Code Deployment
### Bug Description and Steps to Reproduce
我在main.js当中执行
imp…
-
Create nuxt project and add vuex-presist
> store/index.js
```
import Vue from 'vue';
export const state = () => ({
preview: {},
templateR: false
})
export const mutations = {
…