diff --git a/js/index.js b/js/index.js index 7e833bc0..02d24503 100644 --- a/js/index.js +++ b/js/index.js @@ -35,5 +35,6 @@ const app = new Vue({ const modal = modalOpen.getAttribute("data-modal"); this.modals[modal] = true; } - } + }, + delimiters: ['!{', '}'] })