Removing stuff, refactoring for simplicity

This commit is contained in:
Leo Vasanko
2023-11-02 21:51:16 +00:00
parent 7e5901a2cf
commit 831b2716f7
11 changed files with 84 additions and 751 deletions

View File

@@ -24,7 +24,7 @@ watchEffect(async () => {
if(!file){
documentStore.setActualDocument(path.toString())
}else {
documentStore.setActualDocumentFile(path)
//documentStore.setActualDocumentFile(path)
}
setTimeout( () => {
documentStore.loading = false
@@ -33,4 +33,4 @@ watchEffect(async () => {
</script>
<style scoped></style>
<style scoped></style>