diff --git a/assets/css/main.css b/assets/css/main.css deleted file mode 100644 index bd6213e..0000000 --- a/assets/css/main.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; \ No newline at end of file diff --git a/nuxt.config.ts b/nuxt.config.ts index 604f091..51117cf 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -1,6 +1,5 @@ // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ - css: ["./assets/css/main.css"], modules: ["@nuxtjs/tailwindcss", "@nuxtjs/color-mode", "./modules/module.ts"], compatibilityDate: "2024-04-03", devtools: { enabled: true }, diff --git a/package.json b/package.json index 3edb7e0..06ebb20 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.2.6", "private": false, "type": "module", - "main": "index.js", + "main": "main.vue", "scripts": { "build": "nuxt build", "prepack": "nuxt build", diff --git a/src/components/Ml/Tabber/MlTabberBase.vue b/src/components/Ml/Tabber/MlTabberBase.vue index 84e9809..dc5b60d 100644 --- a/src/components/Ml/Tabber/MlTabberBase.vue +++ b/src/components/Ml/Tabber/MlTabberBase.vue @@ -1,5 +1,5 @@