Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Jun 14, 2020
1 parent 0faa8ae commit c001ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/no-template-target-blank.md
Expand Up @@ -73,7 +73,7 @@ This rule disallows using `target="_blank"` attribute without `rel="noopener nor

### `{ "enforceDynamicLinks": "always" }` (default)

<eslint-code-block :rules="{'vue/no-template-target-blank': ['error', { enforceDynamicLinks: 'never' }]}">
<eslint-code-block :rules="{'vue/no-template-target-blank': ['error', { enforceDynamicLinks: 'always' }]}">

```vue
<template>
Expand Down

0 comments on commit c001ee7

Please sign in to comment.