mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
fix(editor): 数据源列表搜索过滤无响应问题 (#582)
This commit is contained in:
parent
f999b60a79
commit
b564907b12
@ -25,7 +25,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- 数据源列表 -->
|
<!-- 数据源列表 -->
|
||||||
<DataSourceList @edit="editHandler" @remove="removeHandler"></DataSourceList>
|
<DataSourceList ref="dataSourceList" @edit="editHandler" @remove="removeHandler"></DataSourceList>
|
||||||
</TMagicScrollbar>
|
</TMagicScrollbar>
|
||||||
|
|
||||||
<DataSourceConfigPanel
|
<DataSourceConfigPanel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user