fix the code that depends on node_modules

This commit is contained in:
ThatOneCalculator 2022-05-29 22:19:40 -07:00
parent 88c7594d2d
commit dd1bfae823
9 changed files with 7602 additions and 146 deletions

View file

@ -30,5 +30,5 @@ export default defineComponent({
</script>
<style>
@import "../../node_modules/katex/dist/katex.min.css";
</style>
@import "../../../../node_modules/katex/dist/katex.min.css";
</style>