diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 83bd77bef..9ed032d1a 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -2,7 +2,7 @@
### 提交 PR 前请确保完成以下内容:
-1. Fork [the repository](https://github.com/youzan/vant) and create your branch from `master`.
+1. Fork [the repository](https://github.com/youzan/vant) and create your branch from `dev`.
2. Follow the [contributing guide](./CONTRIBUTING.md) to setup your develop environment.
2. If you've added code that should be tested, add tests!
3. If you've changed APIs, update the documentation.
diff --git a/docs/examples-docs/picker.md b/docs/examples-docs/picker.md
index 4c8d30f5d..d44577c17 100644
--- a/docs/examples-docs/picker.md
+++ b/docs/examples-docs/picker.md
@@ -8,6 +8,7 @@ const citys = {
export default {
data() {
return {
+ title: '地区选择',
pickerColumns: [
{
values: Object.keys(citys),
@@ -113,7 +114,14 @@ export default {
:::demo 带toolbar的Picker
```html
-
+