vuejs / Discussion

Vue.js discussion
167 stars 17 forks source link

Bootstrap4 tag b-form-input has problem with @blur #1330

Open K69G4JRA725W opened 6 years ago

K69G4JRA725W commented 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?