mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-29 00:13:05 +08:00
* core: Upgrade npm packages to latest version. * minimal changes. Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
44 lines
797 B
Markdown
Executable File
44 lines
797 B
Markdown
Executable File
---
|
|
name: Custom issue template
|
|
about: Describe this issue template's purpose here.
|
|
title: "[Question]"
|
|
labels: question
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
Question
|
|
Asking questions about use
|
|
|
|
## Question
|
|
|
|
<!--
|
|
Before asking a question, please make sure that you have tried your best to solve this problem.
|
|
If it's a code-related issue, please don't just take screenshots. Please provide an online demo to save each other's time.
|
|
-->
|
|
|
|
#### Steps to reproduce
|
|
1. [xxx]
|
|
<!--
|
|
2. [xxx]
|
|
3. [xxxx]
|
|
-->
|
|
|
|
#### Screenshot or Gif
|
|
|
|
|
|
#### Link to minimal reproduction
|
|
|
|
<!--
|
|
Please only use Codepen, JSFiddle, CodeSandbox or a github repo
|
|
-->
|
|
|
|
#### Other relevant information
|
|
- Your OS:
|
|
- Web Browser:
|
|
- Node.js version:
|
|
- adempiere-vue version:
|
|
|
|
#### Additional context
|
|
Add any other context about the problem here.
|