Добавил ProgressPage

This commit is contained in:
Book Pauk
2019-01-13 18:06:29 +07:00
parent 99a7f830ec
commit a2300900be
5 changed files with 113 additions and 17 deletions

View File

@@ -12,8 +12,6 @@ import Component from 'vue-class-component';
export default @Component({
})
class TextPage extends Vue {
bookUrl = null;
created() {
this.commit = this.$store.commit;
this.dispatch = this.$store.dispatch;