Commit 0a1173d6 authored by Justin Boyson's avatar Justin Boyson

Fix eslint error

Put v-safe-html before class.
parent 54f7ef52
......@@ -38,6 +38,6 @@ export default {
<template>
<div class="output">
<prompt type="Out" :count="count" :show-output="showOutput" />
<div class="gl-overflow-auto" v-safe-html="sanitizedOutput"></div>
<div v-safe-html="sanitizedOutput" class="gl-overflow-auto"></div>
</div>
</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