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 { ...@@ -228,7 +228,8 @@ export default {
:class=" :class="
`text-capitalize align-self-center issuable-status-box status-box status-box-${statusBoxStyle}` `text-capitalize align-self-center issuable-status-box status-box status-box-${statusBoxStyle}`
" "
>{{ vulnerability.state }}</span> >{{ vulnerability.state }}</span
>
<status-description <status-description
class="issuable-meta" class="issuable-meta"
...@@ -262,7 +263,8 @@ export default { ...@@ -262,7 +263,8 @@ export default {
category="secondary" category="secondary"
:loading="isProcessingAction" :loading="isProcessingAction"
@click="triggerClick(actionButtons[0].action)" @click="triggerClick(actionButtons[0].action)"
>{{ actionButtons[0].name }}</gl-button> >{{ actionButtons[0].name }}</gl-button
>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -100,4 +100,4 @@ export default { ...@@ -100,4 +100,4 @@ export default {
@vulnerability-state-change="handleVulnerabilityStateChange" @vulnerability-state-change="handleVulnerabilityStateChange"
/> />
</div> </div>
</template> </template>
\ No newline at end of file
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