Commit ff9478ed authored by Kev's avatar Kev

Fix header and main vue are formatted with Vetur

parent f8b55373
......@@ -228,7 +228,8 @@ export default {
:class="
`text-capitalize align-self-center issuable-status-box status-box status-box-${statusBoxStyle}`
"
>{{ vulnerability.state }}</span>
>{{ vulnerability.state }}</span
>
<status-description
class="issuable-meta"
......@@ -262,7 +263,8 @@ export default {
category="secondary"
:loading="isProcessingAction"
@click="triggerClick(actionButtons[0].action)"
>{{ actionButtons[0].name }}</gl-button>
>{{ actionButtons[0].name }}</gl-button
>
</div>
</div>
</div>
......
......@@ -100,4 +100,4 @@ export default {
@vulnerability-state-change="handleVulnerabilityStateChange"
/>
</div>
</template>
\ No newline at end of file
</template>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment