mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-12 06:15:45 +08:00
39 lines
830 B
Markdown
Executable File
39 lines
830 B
Markdown
Executable File
---
|
||
name: Bug report
|
||
about: Create a report to help us improve
|
||
title: "[Bug Report]"
|
||
labels: bug
|
||
assignees: ''
|
||
|
||
---
|
||
<!--
|
||
Note: In order to better solve your problem, please refer to the template to provide complete information, accurately describe the problem, and the incomplete information issue will be closed.
|
||
-->
|
||
## Bug report
|
||
|
||
#### Steps to reproduce
|
||
|
||
1. [xxx]
|
||
2. [xxx]
|
||
3. [xxxx]
|
||
|
||
#### Screenshot or Gif(截图或动态图)
|
||
|
||
|
||
#### Link to minimal reproduction(最小可在线还原demo)
|
||
|
||
<!--
|
||
Please only use Codepen, JSFiddle, CodeSandbox or a github repo
|
||
-->
|
||
|
||
#### Expected behavior
|
||
A clear and concise description of what you expected to happen.
|
||
|
||
#### Other relevant information
|
||
- Your OS:
|
||
- Node.js version:
|
||
- vue-element-admin version:
|
||
|
||
#### Additional context
|
||
Add any other context about the problem here.
|