diff --git a/.eslintrc.js b/.eslintrc.js index 5ec89279..c5434b1b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -37,6 +37,8 @@ module.exports = { ], "vue/singleline-html-element-content-newline": "off", "vue/multiline-html-element-content-newline": "off", + "vue/require-default-prop": "warn", + "vue/require-prop-types": "warn", "prettier/prettier": ["warn", { semi: false }], "import/no-named-as-default": "off", "no-undef": "off", diff --git a/components/collections/SaveRequest.vue b/components/collections/SaveRequest.vue index 9dc61f8f..ea53e0c6 100644 --- a/components/collections/SaveRequest.vue +++ b/components/collections/SaveRequest.vue @@ -12,15 +12,20 @@
- +
@@ -42,12 +47,12 @@ + + diff --git a/components/collections/index.vue b/components/collections/index.vue index b69cf358..a8ea48b5 100644 --- a/components/collections/index.vue +++ b/components/collections/index.vue @@ -1,17 +1,17 @@ - - + + diff --git a/components/collections/my/Collection.vue b/components/collections/my/Collection.vue index 1d0d34a9..2f477be5 100644 --- a/components/collections/my/Collection.vue +++ b/components/collections/my/Collection.vue @@ -1,7 +1,10 @@