-
{{ book.ext }}
+
+
+
![]()
+
+ {{ book.ext }}
+
@@ -71,6 +73,19 @@
OK
+
+
+
@@ -106,6 +121,7 @@ class BookInfoDialog {
};
dialogVisible = false;
+ posterDialogVisible = false;
selectedTab = 'fb2';
//info props
@@ -276,6 +292,13 @@ class BookInfoDialog {
this.book = bookInfo.book;
}
+ posterClick() {
+ if (!this.coverSrc)
+ return;
+
+ this.posterDialogVisible = true;
+ }
+
okClick() {
this.dialogVisible = false;
}
@@ -286,6 +309,26 @@ export default vueComponent(BookInfoDialog);
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index a2fcfeb..e3f9747 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "inpx-web",
- "version": "1.2.3",
+ "version": "1.2.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "inpx-web",
- "version": "1.2.3",
+ "version": "1.2.4",
"hasInstallScript": true,
"license": "CC0-1.0",
"dependencies": {
diff --git a/package.json b/package.json
index f334db7..727a9bc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "inpx-web",
- "version": "1.2.3",
+ "version": "1.2.4",
"author": "Book Pauk
",
"license": "CC0-1.0",
"repository": "bookpauk/inpx-web",