captain-ui
Version:
有赞vue wap业务组件库
16 lines (13 loc) • 351 B
JavaScript
export default {
render: function render() {
var _vm = this;
var _h = _vm.$createElement;
var _c = _vm._self._c || _h;
return _c('div', {
staticClass: "cap-login__actions"
}, [_vm._t("button"), _c('div', {
staticClass: "cap-login__actions-tips"
}, [_vm._t("tips")], 2)], 2);
},
name: 'cap-login-actions'
};