diff --git a/app.vue b/app.vue index 62ce4de..3f913cf 100644 --- a/app.vue +++ b/app.vue @@ -143,9 +143,18 @@ const toggleModal = () => { - +
+
+ + +
+
diff --git a/nuxt.config.ts b/nuxt.config.ts index 236775b..57734b6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,7 +1,7 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, - modules: ['@nuxtjs/tailwindcss', "@nuxt/image", "nuxt-svgo", '@tresjs/nuxt'], + modules: ['@nuxtjs/tailwindcss', "@nuxt/image", "nuxt-icon", "nuxt-svgo", '@tresjs/nuxt'], runtimeConfig: { public: { apiBase: '/api', diff --git a/package-lock.json b/package-lock.json index 5b35f19..a550b0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,9 @@ "three": "^0.165.0", "vue": "^3.4.27", "vue-router": "^4.3.2" + }, + "devDependencies": { + "nuxt-icon": "^0.6.10" } }, "node_modules/@alloc/quick-lru": { diff --git a/package.json b/package.json index e9695c8..ed6402a 100644 --- a/package.json +++ b/package.json @@ -23,5 +23,8 @@ "three": "^0.165.0", "vue": "^3.4.27", "vue-router": "^4.3.2" + }, + "devDependencies": { + "nuxt-icon": "^0.6.10" } }