aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -67,14 +67,14 @@ if (!Math) {
|
||||
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
return {
|
||||
a: common_vendor.t($props.title),
|
||||
b: common_vendor.o(($event) => $options.val = $event),
|
||||
b: common_vendor.o(($event) => $options.val = $event, "13"),
|
||||
c: common_vendor.p({
|
||||
focus: $data.focus,
|
||||
scene: $props.scene,
|
||||
modelValue: $options.val
|
||||
}),
|
||||
d: common_vendor.o((...args) => $options.close && $options.close(...args)),
|
||||
e: common_vendor.o((...args) => $options.confirm && $options.confirm(...args)),
|
||||
d: common_vendor.o((...args) => $options.close && $options.close(...args), "8d"),
|
||||
e: common_vendor.o((...args) => $options.confirm && $options.confirm(...args), "1b"),
|
||||
f: common_vendor.sr("popup", "d021b99b-0"),
|
||||
g: common_vendor.p({
|
||||
type: "center"
|
||||
|
||||
Reference in New Issue
Block a user