adminforth 1.4.3-next.30 → 1.4.3-next.31

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.
@@ -121,7 +121,6 @@
121
121
 
122
122
  <script setup>
123
123
  import { watch, computed } from 'vue'
124
- import Dropdown from '@/components/Dropdown.vue';
125
124
  import CustomDateRangePicker from '@/components/CustomDateRangePicker.vue';
126
125
  import { callAdminForthApi } from '@/utils';
127
126
  import { useRouter } from 'vue-router';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.4.3-next.30",
3
+ "version": "1.4.3-next.31",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",