adminforth 1.10.0-next.10 → 1.10.0-next.11

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.
@@ -132,7 +132,7 @@ const props = defineProps({
132
132
  },
133
133
  teleportToBody: {
134
134
  type: Boolean,
135
- default: true,
135
+ default: false,
136
136
  },
137
137
  });
138
138
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.10.0-next.10",
3
+ "version": "1.10.0-next.11",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",