Vue-js-modal: ClickToClose not working for static modals

Created on 13 Mar 2018  路  1Comment  路  Source: euvl/vue-js-modal

<modal name="ModalName" click-to-close="false">

On adding the property as mentioned above the following error is shown on the console:
" Invalid prop: type check failed for prop "clickToClose". Expected Boolean, got String."

Most helpful comment

You MUST BIND values in Vue.js. v-bind:click-to-close="false".

>All comments

You MUST BIND values in Vue.js. v-bind:click-to-close="false".

Was this page helpful?
0 / 5 - 0 ratings

Related issues

yyh1102 picture yyh1102  路  3Comments

ar53n picture ar53n  路  4Comments

bicstone picture bicstone  路  4Comments

dland512 picture dland512  路  4Comments

at0g picture at0g  路  3Comments