HTML Tags containing Vue.js v-if and v-for directives flash at loading HTML Tags containing Vue.js v-if and v-for directives flash at loading vue.js vue.js

HTML Tags containing Vue.js v-if and v-for directives flash at loading


Shouldn't you variable: loading be true in the beginning:

data: {    emailAddress: '',    loading: true,    success: false,    errors: []},