changeset 2111:dd4e1f5f66b8

shortened vue binding syntax
author Markus Kottlaender <markus@intevation.de>
date Tue, 05 Feb 2019 07:34:21 +0100
parents fc4ebe7eaeff
children 8c0a0f237c2d
files client/src/components/Pdftool.vue
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/Pdftool.vue	Mon Feb 04 18:31:55 2019 +0100
+++ b/client/src/components/Pdftool.vue	Tue Feb 05 07:34:21 2019 +0100
@@ -56,7 +56,7 @@
         <button
           @click="download"
           type="button"
-          v-bind:disabled="!readyToGenerate"
+          :disabled="!readyToGenerate"
           class="btn btn-sm btn-info d-block w-100"
         >
           <translate>Generate PDF</translate>