Suppose I would like to include
<input value='{{default}}'></input>
in regular HTML. This will display a textbox with {{default}}
as the default input.
However, when attempting to achieve the same thing with Vue, it does not work as expected.
<md-input value='{{document_url}}'></md-input>
The error message that is being displayed is:
in ./node_modules/vue-loader/lib/template-compiler?{"id":"data-v-c9c99006","hasScoped":false,"preserveWhitespace":false,"buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0&bustCache!./components/template-heuristic-cases.vue
(Emitted value instead of an instance of Error)