aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -95,7 +95,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
b: $data.needAgreements
|
||||
}, $data.needAgreements ? {
|
||||
c: $data.isAgree,
|
||||
d: common_vendor.o((...args) => $options.setAgree && $options.setAgree(...args)),
|
||||
d: common_vendor.o((...args) => $options.setAgree && $options.setAgree(...args), "2d"),
|
||||
e: common_vendor.f($options.agreements, (agreement, index, i0) => {
|
||||
return common_vendor.e({
|
||||
a: common_vendor.t(agreement.title),
|
||||
@@ -117,7 +117,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
d: index
|
||||
});
|
||||
}),
|
||||
h: common_vendor.o($options.popupConfirm),
|
||||
h: common_vendor.o($options.popupConfirm, "bd"),
|
||||
i: common_vendor.p({
|
||||
confirmText: "同意"
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user