-
在onMounted中从数据库取数据然后赋值给pinia,这块逻辑在pnpm run start时是正常的,
但windows打包后启动exe,这块代码就失效了,pinia值没被更新。
-
### 相关平台
支付宝小程序
**小程序基础库: 2.0**
**使用框架: React**
### 复现步骤
打包Alipay然后使用支付宝小程序开发工具打开项目,选择管理端mPaaS上传小程序后使用mPaas验证
### 期望结果
适配mpaas小程序
### 实际结果
mpaas小程序显示异常
### 环境信息
```
PS C:\U…
-
Hello, I'm having an issue while implementing prismic-helpers in replacement of old prismic-dom library.
Also I wanted to check if it is compatible with Vite and Nuxt 3, because after implementing al…
-
### Environment
self-hosted (https://develop.sentry.dev/self-hosted/)
### Steps to Reproduce
1. Create a basic [Vue3 project ](https://vuejs.org/guide/quick-start.html) using npm create vue@latest …
-
### What happened?
after created the initial quasar v2 project without typescript, there is not .prettierrc(which is fine, the default prettier config will be used), and run prettier against src/ wil…
-
### Issue Description
When you run an animation and then run another on the same element on ios the first animation is not cancelled. In android it works fine, my animations types:
```ts
view.ani…
-
Hello,
I have an issue using the standard API within a script which generate a Javascript Object containing all icons.
Here's the script (./scripts/icons.js) :
```
const fs = require('fs')
…
-
### Environment
- Operating System: Darwin
- Node Version: v20.13.1
- Nuxt Version: 3.12.2
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package Manager: npm@10.5.2
- Builder:…
-
### Describe the bug
I've updated the package.json file to include all the necessary dependencies for our project, including vue-router and pinia which were missing from the previous version.
Now,…
-
### Reporting a bug?
I installed vue-i18n in my Vue.js project, which is using TypeScript. After initializing the i18n instance and trying to run `.use(i18n)` in my application, an error occurs, and …