Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 74c27ca

Browse filesBrowse files
committed
Remove options param from install function
1 parent 5b233f0 commit 74c27ca
Copy full SHA for 74c27ca

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/index.ts

Copy file name to clipboardExpand all lines: src/index.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export interface FluentVue {
2323

2424
formatWithAttrs: (key: string, value?: Record<string, FluentVariable>) => TranslationWithAttrs
2525

26-
install: InstallFunction<FluentVueOptions>
26+
install: InstallFunction
2727
}
2828

2929
/**

‎src/types/typesCompat.ts

Copy file name to clipboardExpand all lines: src/types/typesCompat.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ export type Vue2 = typeof Vue2Type
2323
export type Vue3 = Vue3Type
2424
export type Vue = Vue3 | Vue2
2525

26-
export type InstallFunction<TOptions> = (vue: unknown, options?: TOptions) => void
26+
export type InstallFunction = (vue: unknown) => void

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.