mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-22 04:05:42 +00:00
Address PR comments
This commit is contained in:
parent
0b95c57457
commit
751a8eefdf
@ -36,6 +36,13 @@
|
||||
"vue/order-in-components": "off",
|
||||
"vue/require-prop-type-constructor": "off",
|
||||
"vue/require-default-prop": "off",
|
||||
"vue/html-comment-content-newline": "warn",
|
||||
"vue/html-comment-content-spacing": "warn",
|
||||
"vue/html-comment-indent": "warn",
|
||||
"vue/padding-line-between-blocks": "warn",
|
||||
"vue/block-tag-newline": "warn",
|
||||
"vue/no-multiple-objects-in-class": "warn",
|
||||
"vue/no-static-inline-styles": "warn",
|
||||
"no-empty-function": "error",
|
||||
"no-eval": "error",
|
||||
"no-extra-bind": "error",
|
||||
|
@ -155,14 +155,14 @@ export default {
|
||||
v-if="!$slots.header"
|
||||
ref="expandButton"
|
||||
class="l-expanding-control-box__button"
|
||||
@click="openRequest=!openRequest"
|
||||
@click="openRequest = !openRequest"
|
||||
>
|
||||
{{ label }} ▼
|
||||
</div>
|
||||
<div
|
||||
v-else
|
||||
ref="expandButton"
|
||||
@click="openRequest=!openRequest"
|
||||
@click="openRequest = !openRequest"
|
||||
>
|
||||
<slot name="header" />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user