plain-design 1.0.0-beta.116 → 1.0.0-beta.117

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plain-design",
3
- "version": "1.0.0-beta.116",
3
+ "version": "1.0.0-beta.117",
4
4
  "description": "",
5
5
  "main": "dist/plain-design.min.js",
6
6
  "module": "dist/plain-design.commonjs.min.js",
@@ -17,7 +17,7 @@ export function useSuggestionInput({ props, hooks, editComputed, styleComputed,
17
17
  const { refs: innerRefs, onRef: innerOnRef } = useRefs({
18
18
  /*需要scroll引用,当有scroll的时候,每次关闭都需要滚动回顶部*/
19
19
  scroll: Scroll,
20
- });
20
+ }, { effects });
21
21
 
22
22
  const state = reactive({
23
23
  searchText: null as any, // 搜索关键字