captain-ui
Version:
有赞vue wap业务组件库
21 lines (17 loc) • 447 B
JavaScript
;
exports.__esModule = true;
exports.default = void 0;
var _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'
};
exports.default = _default;