diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-21 14:20:21 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-21 14:20:21 +0000 |
| commit | c1367091765bf69a9ba063f4551059dae345f022 (patch) | |
| tree | 03b8bf3b3f39b572971ba8ae4918c4422034842c /nuxt.config.js | |
| parent | 0a99b1d5da22b8fdec44d14b12377488091758f9 (diff) | |
Data info for a model
Diffstat (limited to 'nuxt.config.js')
| -rw-r--r-- | nuxt.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nuxt.config.js b/nuxt.config.js index d85fdc0..4c7f57c 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -24,7 +24,7 @@ export default { css: [], // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins - plugins: ["~plugins/vue-toastification.js"], + plugins: ["~plugins/vue-toastification.js", "~plugins/vue-moment.js"], // Auto import components: https://go.nuxtjs.dev/config-components components: true, |
