Bulma css with select2 jquery plugin
问题 I tried to implement select2 plugin using the Bulma css framework but it seems messy in frontend. I tried this using bootstrap and yes there's no problem since select2 has a bootstrap compatibility. HTML: <div class="field"> <label class="label">Role</label> <p class="control"> <span class="select is-fullwidth"> <select2 v-model="form.role" placeholder="Select Role" name="role" :value="form.role" :multiple="false" > <option></option> <option v-for="role in roles" :value="role.id">{{ role