What is Vue.js? Vue (pronounced /vjuː/, like view) is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable.
From https://vuejs.org/v2/guide/
-
If conflict with Go template syntax
{{ "{{data_binding}}" }}From https://discourse.gohugo.io/t/double-curly-brace-conflict-override/979/23
-
You can bind it to a variable using v-bind:disabled="foo" or :disabled="foo" for short From https://stackoverflow.com/questions/39247411/how-to-add-dynamically-attribute-in-vuejs
