KAI YI XU

Results 7 issues of KAI YI XU

当我结合async使用时,异步加载children的值,并不会直接刷新视图,只会在搜索时生效(随便搜索一个字符,再返回即可看见children的值展示出来),这个情况只有调用refs.initialize()重新初始化,才会生效; demo: ```js import Treeselect from '@riophae/vue-treeselect'; import { LOAD_CHILDREN_OPTIONS, ASYNC_SEARCH, LOAD_ROOT_OPTIONS } from '@riophae/vue-treeselect'; export default { components: { Treeselect }, data() { return { defaultOptions: [ { id:...

```js import { ref, vModelText } from 'vue' const value = ref("") // 使用 vModelText.beforeUpdate 指令,在更新 value 之前对输入值进行操作 vModelText.beforeUpdate = (el, { value, modifiers }) => { if (value &&...

answer
en

```js import { ref, h } from "vue" /** * Implement a functional component : * 1. Render the list elements (ul/li) with the list data * 2. Change the...

answer
en

### Element UI version 2.15.11 ### OS/Browsers version window10 / chrome111.0.5563.146 ### Vue version 2.7.14 ### Reproduction Link https://codepen.io/CargoXu/pen/mdGNoor?editors=1111 ### Steps to reproduce When my project originally introduced lodash, after...

Bug Type: **`Component`** ## Environment - Vue Version: `3.4.21` - Element Plus Version: `2.6.3` - Browser / OS: `Chrome / win64` - Build Tool: `Vite` ## Reproduction ### Related Component...

inactive

```bash 2024-10-23 11:54:32,830 - _client.py[line:1038] - INFO: HTTP Request: GET http://127.0.0.1:7862/sdfiles/download?filename=&save_filename= "HTTP/1.1 200 OK" 2024-10-23 11:54:32.832 | DEBUG | webui.dialogue:dialogue_page:306 - prompt: hallo 2024-10-23 11:54:32.865 | INFO | webui.utils:_fastapi_stream2generator:244 -...