Skip to content

Commit

Permalink
style: optimize localePlugn (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tolking authored Aug 30, 2024
1 parent 7113bd7 commit 0c1cb2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ export * from './components'
export * from './directives'
export * from './imports'
export * from './injection'
export * from './localePlugn'
export * from './options'
export * from './styles'
export * from './teleports'
Expand Down
4 changes: 2 additions & 2 deletions src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import {
resolveStyles,
resolveTeleports,
resolveThemes,
transformPlugin
transformPlugin,
localePlugin
} from './core/index'
import type { Options } from './types'
import { localePlugin } from './core/localePlugn'

export default defineNuxtModule<Partial<Options>>({
meta: {
Expand Down

0 comments on commit 0c1cb2d

Please sign in to comment.