Fix build issues

This commit is contained in:
2022-04-09 10:56:54 -05:00
parent 51266861f8
commit a7266b3a21
2 changed files with 7 additions and 1 deletions

View File

@@ -30,6 +30,7 @@ computed(() => value = getValueStatement())
<template>
<div class="math-statement">
<Katex :statement="statement" size="big"/>
<div class="result" v-if="value">
<hr v-if="value" style="border: 1px solid #ccc; border-bottom: 0">