Skip to content

Commit 2fbe828

Browse files
committed
fix imports
1 parent 8d8adbf commit 2fbe828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { reactive, Plugin, computed, ComputedRef, watchEffect, ref, ComputedRef } from 'vue'
1+
import { reactive, Plugin, computed, ComputedRef, watchEffect, ref } from 'vue'
22
import { OptionsInterface } from './interfaces/options'
33
import { PluginOptionsInterface } from './interfaces/plugin-options'
44
import { LanguageInterface } from './interfaces/language'

0 commit comments

Comments
 (0)