fix(markdown-vetur): extract component name from table title (#8450)

This commit is contained in:
neverland
2021-04-02 15:03:37 +08:00
committed by GitHub
parent fb36845d60
commit 98b05eab66
4 changed files with 66 additions and 32 deletions
+3 -3
View File
@@ -268,7 +268,7 @@ Set `poppable` to `false`, the calendar will be displayed directly on the page i
| confirm-disabled-text | Confirm button text when disabled | _string_ | `Confirm` |
| first-day-of-week | Set the start day of week | _0-6_ | `0` |
### Poppable Props
### Calendar Poppable Props
Following props are supported when the poppable is true
@@ -282,7 +282,7 @@ Following props are supported when the poppable is true
| safe-area-inset-bottom | Whether to enable bottom safe area adaptation | _boolean_ | `true` |
| teleport | Return the mount node for Calendar | _string \| Element_ | - |
### Range Props
### Calendar Range Props
Following props are supported when the type is range
@@ -292,7 +292,7 @@ Following props are supported when the type is range
| range-prompt | Error message when exceeded max range | _string_ | `Choose no more than xx days` |
| allow-same-day | Whether the start and end time of the range is allowed on the same day | _boolean_ | `false` |
### Multiple Props
### Calendar Multiple Props
Following props are supported when the type is multiple