[Bug] 在nuxt3下使用开发环境没问题,生产环境出现500
Open
Nobody has claimed this yet.
bug
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
Version
1.11.5
Link to Minimal Reproduction
https://github.com/pooooood/tableTest
Steps to Reproduce
npx nuxi@latest init test
cd test
npm install @visactor/vue-vtable
修改app.vue
新建pages/index.vue
Current Behavior
npm run dev 使用完全没有问题
npm run build 使用有问题打开直接500
Expected Behavior
npm run build 使用没有问题
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the minimal reproduction and the Nuxt entry points shown in app.vue and pages/index.vue, then compare npm run dev with npm run build for the @visactor/vue-vtable import. Capture the production 500 error and identify the failing build or runtime path; done means the provided reproduction builds and opens without a 500 error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nuxtjs, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100