Skip to content

Commit

Permalink
fix: 修复@voerkai8n/vue引入@voerkai18n/runtime的拼写错误导致的构建失败
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Nov 11, 2024
1 parent 814aa73 commit 0c6d5bd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions packages/vue/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
import type { VoerkaI18nScope, VoerkaI18nTranslate } from "@Voerkai18n/runtime"
import type { VoerkaI18nScope, VoerkaI18nTranslate } from "@voerkai18n/runtime"

export declare interface VoerkaI18nVuePluginOptions{
i18nScope:VoerkaI18nScope
}


// export declare type VoerkaI18nProvider = InjectionKey<VoerkaI18nProviderType>
// export declare function injectVoerkaI18n():VoerkaI18nProviderType

//@vue/runtime-core'


declare module 'vue' {
interface ComponentCustomProperties {
Expand Down

0 comments on commit 0c6d5bd

Please sign in to comment.