export default { name: 'BInput', render (createElement) { if (!this.$attrs.autocomplete) this.$attrs.autocomplete = 'off' return createElement( 'a-input', {...this.$attrs} ) } } // 使用 <b-input placeholder="123"></b-input>