mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-25 16:16:20 +08:00
feat: add @vben/hooks and @vben-core/constants
This commit is contained in:
@@ -36,5 +36,8 @@
|
||||
"default": "./dist/index.mjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@vben-core/constants": "workspace:*"
|
||||
}
|
||||
}
|
||||
|
@@ -1,2 +1,2 @@
|
||||
export * from './_essentials';
|
||||
export * from './vben';
|
||||
export * from './core';
|
||||
export * from '@vben-core/constants';
|
||||
|
@@ -1,11 +0,0 @@
|
||||
/**
|
||||
* @zh_CN GITHUB 仓库地址
|
||||
*/
|
||||
const VBEN_GITHUB_URL = 'https://github.com/vbenjs/vue-vben-admin';
|
||||
|
||||
/**
|
||||
* @zh_CN Vben Logo
|
||||
*/
|
||||
const VBEN_LOGO =
|
||||
'https://cdn.jsdelivr.net/npm/@vbenjs/static-source@0.1.3/source/logo-v1.webp';
|
||||
export { VBEN_GITHUB_URL, VBEN_LOGO };
|
Reference in New Issue
Block a user