Работа над LibsPage

This commit is contained in:
Book Pauk
2020-10-29 15:35:09 +07:00
parent a36510fcc8
commit c29044eca1
3 changed files with 12 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ import _ from 'lodash';
import Window from '../share/Window.vue';
import * as utils from '../../share/utils';
//import rstore from '../../store/modules/reader';
export default @Component({
components: {
@@ -141,7 +140,7 @@ class ExternalLibs extends Vue {
this.libs = _.cloneDeep(d.data);
this.goToStartLink();
} else if (d.type == 'notify') {
this.$root.notify.success(d.data);
this.$root.notify.success(d.data, '', {position: 'bottom-right'});
}
}