aI问答支持流式输出,效果非常好
This commit is contained in:
@@ -102,7 +102,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
c: common_assets._imports_0$3,
|
||||
d: common_vendor.t($options.noNetwork),
|
||||
e: common_vendor.t($options.toSet),
|
||||
f: common_vendor.o((...args) => $options.openSettings && $options.openSettings(...args))
|
||||
f: common_vendor.o((...args) => $options.openSettings && $options.openSettings(...args), "14")
|
||||
} : {
|
||||
g: common_vendor.t($options.error),
|
||||
h: common_vendor.t(JSON.stringify($props.state.error))
|
||||
@@ -111,7 +111,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||||
status: $props.state.loading ? "loading" : $props.state.hasMore ? "hasMore" : "noMore"
|
||||
})
|
||||
}, {
|
||||
j: common_vendor.o((...args) => $options.appear && $options.appear(...args))
|
||||
j: common_vendor.o((...args) => $options.appear && $options.appear(...args), "28")
|
||||
});
|
||||
}
|
||||
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-740c4771"]]);
|
||||
|
||||
Reference in New Issue
Block a user