aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -163,16 +163,16 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
g: $options.placeholderText,
|
||||
h: $props.focus,
|
||||
i: $data.val,
|
||||
j: common_vendor.o(($event) => $data.val = $event.detail.value)
|
||||
j: common_vendor.o(($event) => $data.val = $event.detail.value, "ef")
|
||||
}, {
|
||||
k: $props.showClose
|
||||
}, $props.showClose ? {
|
||||
l: common_vendor.t($options.closeText),
|
||||
m: common_vendor.o((...args) => $options.closeDialog && $options.closeDialog(...args))
|
||||
m: common_vendor.o((...args) => $options.closeDialog && $options.closeDialog(...args), "9b")
|
||||
} : {}, {
|
||||
n: common_vendor.t($options.okText),
|
||||
o: common_vendor.n($props.showClose ? "uni-border-left" : ""),
|
||||
p: common_vendor.o((...args) => $options.onOk && $options.onOk(...args))
|
||||
p: common_vendor.o((...args) => $options.onOk && $options.onOk(...args), "43")
|
||||
});
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
|
||||
|
||||
Reference in New Issue
Block a user