You've already forked AstralRinth
forked from didirus/AstralRinth
abec2e48d4
* Setup TailwindCSS * Fully setup configuration * Refactor some tailwind variables
11 lines
160 B
JavaScript
11 lines
160 B
JavaScript
import dayjs from "dayjs";
|
|
|
|
// eslint-disable-next-line no-undef
|
|
export default defineNuxtPlugin(() => {
|
|
return {
|
|
provide: {
|
|
dayjs,
|
|
},
|
|
};
|
|
});
|