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

@@ -12,6 +12,7 @@
:spellcheck="spellcheck"
:autocapitalize="autocapitalize"
:autocorrect="spellcheck"
:class="styles"
/>
<ul
class="suggestions"
@@ -108,6 +109,11 @@ export default {
default: "",
required: false,
},
styles: {
type: String,
default: "",
},
},
watch: {