File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ export default {
55
55
56
56
### :link ::x : Using a CDN
57
57
58
- Sorry! No CDN available for VueLink by now.
58
+ Sorry! No CDN available for VueLink right now.
59
59
60
60
## :hammer_and_wrench : Usage
61
61
@@ -79,7 +79,7 @@ You can use the `external` prop to force treating it as external link as well.
79
79
| --- | --- | --- |
80
80
| to | :x : | The target of the link. If not set, the link will not be bound (no "empty href")|
81
81
| rel | :white_check_mark : | Will be passed as ` rel ` attribute to the anchor tag|
82
- | newTag | :white_check_mark : | If truthy, set ` target ` attribute to ` _blank ` |
82
+ | newTab | :white_check_mark : | If truthy, set ` target ` attribute to ` _blank ` |
83
83
| target| :white_check_mark : | Will be passed as ` target ` attribute to the anchor tag|
84
84
| external| :white_check_mark : | Force to treat the link as external link (use anchor instead of vue-router tag)|
85
85
You can’t perform that action at this time.
0 commit comments