adminforth 2.4.0-next.62 → 2.4.0-next.63

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -186,7 +186,7 @@ async function inputClick() {
186
186
  search.value = '';
187
187
  }
188
188
 
189
- if(!props.teleportToBody){
189
+ if(props.teleportToBody){
190
190
  await nextTick();
191
191
  handleScroll();
192
192
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "2.4.0-next.62",
3
+ "version": "2.4.0-next.63",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",