Skip to content

Commit

Permalink
[use] 修复 @mixte/use/nuxt 仅导入了类型的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhang-Wei-666 committed Aug 2, 2024
1 parent 4e61e28 commit 6ec3a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [Unreleased]
- 🐞 [@mixte/use] 修复 `@mixte/use/nuxt` 仅导入了类型的问题

## [v2.0.2]
- 📅 2024-07-30
- 🌟 [@mixte/use] 新增供 Nuxt 使用的模块, 提供自动导入功能
- 🌟 [@mixte/use] 新增供 Nuxt 使用的模块 `@mixte/use/nuxt`, 提供自动导入功能

## [v2.0.1]
- 📅 2024-07-29
Expand Down
1 change: 0 additions & 1 deletion packages/use/src/nuxt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default defineNuxtModule({
nuxt.hook('imports:sources', (presets) => {
presets.push({
from: '@mixte/use',
type: true,
imports: [
...vueuseFunctions,
...functions,
Expand Down

0 comments on commit 6ec3a8c

Please sign in to comment.