changes
This commit is contained in:
6
.nuxt/dayjs-plugin.js
Normal file
6
.nuxt/dayjs-plugin.js
Normal file
@@ -0,0 +1,6 @@
|
||||
import dayjs from 'dayjs'
|
||||
|
||||
export default (context, inject) => {
|
||||
context.$dayjs = dayjs
|
||||
inject('dayjs', dayjs)
|
||||
}
|
||||
Reference in New Issue
Block a user