@@ -0,0 +1,21 @@
+module.exports = {
+ printWidth: 120,
+ singleQuote: true,
+ tabWidth: 4,
+ arrowParens: 'avoid',
+ trailingComma: 'none',
+ overrides: [
+ {
+ files: '*.html',
+ options: {
+ parser: 'html'
+ }
+ },
+ files: '*.vue',
+ parser: 'vue'
+ ]
+};
@@ -164,6 +164,7 @@ export default {
size: 20,
query: {
onShelf: true,
+ del: false
},
sort: "createdAt,desc",
@@ -161,6 +161,7 @@ export default {
type: type,
@@ -202,6 +202,7 @@ export default {
type: this.type,
onShelf: this.onShelf,
minterId: this.info.id,
sort: this.sort,
@@ -127,6 +127,7 @@ export default {
@@ -100,6 +100,7 @@ export default {
minterId: this.minterId,
search: this.search,