Переход на Vue 3

This commit is contained in:
Book Pauk
2021-11-16 15:05:00 +07:00
parent 522d2d3b9c
commit adc8cd7243
2 changed files with 43 additions and 8 deletions

View File

@@ -9,6 +9,7 @@ import vueComponent from '../../vueComponent.js';
import Window from '../../share/Window.vue';
import * as utils from '../../../share/utils';
//import rstore from '../../../store/modules/reader';
import _ from 'lodash';
const componentOptions = {
components: {
@@ -114,7 +115,7 @@ class LibsPage {
}
sendLibs() {
this.sendMessage({type: 'libs', data: this.libs});
this.sendMessage({type: 'libs', data: _.cloneDeep(this.libs)});
}
close() {