Skip to content

Commit a1c3945

Browse files
committed
Merge branch 'master' into dev
2 parents b4252c5 + bb78a61 commit a1c3945

File tree

5 files changed

+51
-4
lines changed

5 files changed

+51
-4
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Version**
11+
The version number you are using.
12+
13+
**Describe the bug**
14+
A clear and concise description of what the bug is.
15+
16+
**To Reproduce**
17+
Steps to reproduce the behavior:
18+
1. '...'
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Additional context**
27+
Add any other context about the problem here.
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ vue-stack-router 是一个 [Vue](https://vuejs.org) 路由管理器的社区解
1010
- 路由间数据传递
1111
- 细粒度、可定制的路由过渡效果
1212

13-
### 安装
13+
## 安装
1414

1515
```shell
1616
npm i vue-stack-router -S
@@ -42,7 +42,7 @@ const router = new Router({ routes }, driver);
4242
Vue.use(installer, { router });
4343
```
4444

45-
### 适用场景
45+
## 适用场景
4646

4747
- 移动端、PWA
4848
- 客户端中由 Web 承担的 hybrid 部分

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-stack-router",
3-
"version": "0.3.3",
3+
"version": "0.5.0",
44
"description": "Vue stack router",
55
"main": "dist/vue-stack-router.js",
66
"module": "dist/vue-stack-router.esm.js",

0 commit comments

Comments
 (0)