Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
IAmJSD committed Jan 6, 2020
1 parent b96e948 commit cc0022b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/shared/templates/header.vue
Expand Up @@ -16,9 +16,15 @@ limitations under the License.

<template>
<Header :title="this.$props.title" @form-event="emitSearchEvent">
<template v-slot:description><slot name="description"></slot></template>
<template v-slot:header><slot name="header"></slot></template>
<template v-slot:buttons><slot name="buttons"></slot></template>
<template v-slot:description>
<slot name="description"></slot>
</template>
<template v-slot:header>
<slot name="header"></slot>
</template>
<template v-slot:buttons>
<slot name="buttons"></slot>
</template>

<template v-slot:input>
<label for="DomainInput" class="hidden">Search</label>
Expand Down

1 comment on commit cc0022b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been deployed to DigitalOcean Spaces for easy reviewing.

dns-lookup spf-explainer

Please sign in to comment.