Skip to content

Commit

Permalink
Update plugin.ts
Browse files Browse the repository at this point in the history
Add type def to provide
  • Loading branch information
nathanchase authored Apr 5, 2023
1 parent 1ee0b47 commit 168a853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ declare module '@vue/runtime-core' {
export default defineNuxtPlugin(() => {
return {
provide: {
dayjs
dayjs: typeof dayjs
}
}
})

0 comments on commit 168a853

Please sign in to comment.