Open K69G4JRA725W opened 6 years ago
Bootstrap4 tag has problem with @blur , node: v9.9.0 and npm: 5.6.0 But no problem with node: v7.7.3 and npm: 4.1.2
The code is:
<b-form-input v-model.trim="form.userID" type="text" @blur="checkUserID();" minlength="6" maxlength="20" placeholder="User ID" required></b-form-input >
If change to , it works fine. Does anyone know what happened?
Bootstrap4 tag has problem with @blur , node: v9.9.0 and npm: 5.6.0
But no problem with node: v7.7.3 and npm: 4.1.2
The code is:
If change to , it works fine. Does anyone know what happened?