// select2 import $ from 'jquery'; import select2 from 'select2'; export default{ ready(){ $('select').select2({ placeholder: "请选择" }); } }