chore(refactor): modern UI

This commit is contained in:
Liyas Thomas
2020-12-11 22:24:34 +05:30
parent 773423069b
commit 5a7bcf32ea
55 changed files with 936 additions and 860 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="opacity-0 show-if-initialized" :class="{ initialized }">
<pre ref="editor"></pre>
<pre ref="editor" :class="styles"></pre>
</div>
</template>
@@ -46,6 +46,10 @@ export default {
type: Object,
default: {},
},
styles: {
type: String,
default: "",
},
},
data() {