UNPKG

captain-ui

Version:

有赞vue wap业务组件库

38 lines (33 loc) 816 B
import "vant/es/icon/style"; import _Icon from "vant/es/icon"; var _components; export default { render: function render() { var _vm = this; var _h = _vm.$createElement; var _c = _vm._self._c || _h; return _c('div', { staticClass: "cap-contact-us", on: { "click": function click($event) { _vm.$emit('contact-us', $event); } } }, [_c('van-icon', { staticClass: "cap-contact-us__icon", attrs: { "name": "chat" } }), _c('span', { staticClass: "cap-contact-us__content" }, [_vm._v(_vm._s(_vm.content))])], 1); }, name: 'cap-contact-us', components: (_components = {}, _components[_Icon.name] = _Icon, _components), props: { content: { type: String, default: '在线咨询' } } };