adminforth 1.9.1-next.5 → 1.9.1-next.7

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.
@@ -76,7 +76,7 @@
76
76
  aria-label="Sidebar"
77
77
  >
78
78
  <div class="h-full px-3 pb-4 overflow-y-auto bg-lightSidebar dark:bg-darkSidebar border-r border-lightSidebarBorder dark:border-darkSidebarBorder">
79
- <div class="flex ms-2 md:me-24 m-4 ">
79
+ <div class="flex ms-2 m-4">
80
80
  <img :src="loadFile(coreStore.config?.brandLogo || '@/assets/logo.svg')" :alt="`${ coreStore.config?.brandName } Logo`" class="h-8 me-3" />
81
81
  <span
82
82
  v-if="coreStore.config?.showBrandNameInSidebar"
@@ -430,7 +430,7 @@ async function onClick(e,row) {
430
430
  resourceId: props.resource.resourceId,
431
431
  primaryKey: row._primaryKeyValue,
432
432
  },
433
- }).fullPath,
433
+ }).href,
434
434
  '_blank'
435
435
  );
436
436
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminforth",
3
- "version": "1.9.1-next.5",
3
+ "version": "1.9.1-next.7",
4
4
  "description": "OpenSource Vue3 powered forth-generation admin panel",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",