refactor(project): remove the use of core internal bem syntax

This commit is contained in:
vben
2024-07-14 16:28:56 +08:00
parent fed422e187
commit ebf73b2df9
37 changed files with 730 additions and 173 deletions

View File

@@ -36,5 +36,8 @@
"default": "./dist/index.mjs"
}
}
},
"dependencies": {
"@vben-core/hooks": "workspace:*"
}
}

View File

@@ -1 +1 @@
export {};
export * from '@vben-core/hooks';