_:
This commit is contained in:
parent
4b7b8ef786
commit
b136154a26
@ -1,3 +0,0 @@
|
|||||||
@tailwind base;
|
|
||||||
@tailwind components;
|
|
||||||
@tailwind utilities;
|
|
@ -1,6 +1,5 @@
|
|||||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
css: ["./assets/css/main.css"],
|
|
||||||
modules: ["@nuxtjs/tailwindcss", "@nuxtjs/color-mode", "./modules/module.ts"],
|
modules: ["@nuxtjs/tailwindcss", "@nuxtjs/color-mode", "./modules/module.ts"],
|
||||||
compatibilityDate: "2024-04-03",
|
compatibilityDate: "2024-04-03",
|
||||||
devtools: { enabled: true },
|
devtools: { enabled: true },
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"version": "1.2.6",
|
"version": "1.2.6",
|
||||||
"private": false,
|
"private": false,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.js",
|
"main": "main.vue",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "nuxt build",
|
"build": "nuxt build",
|
||||||
"prepack": "nuxt build",
|
"prepack": "nuxt build",
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex md:flex-row flex-col">
|
<div class="flex md:flex-row flex-col text-black">
|
||||||
<div class="flex flex-col justify-between md:w-[40%] cursor-pointer">
|
<div class="flex flex-col justify-between md:w-[40%] cursor-pointer">
|
||||||
<div
|
<div
|
||||||
v-for="(el, index) in props.tabs"
|
v-for="(el, index) in props.tabs"
|
||||||
|
@ -1,10 +1,5 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
export default {
|
export default {
|
||||||
content: [
|
|
||||||
"./components/**/*.{vue,js}",
|
|
||||||
"./nuxt.config.{js,ts}",
|
|
||||||
"./src/**/*.{vue,js,ts}",
|
|
||||||
],
|
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
backgroundImage: {
|
backgroundImage: {
|
||||||
|
Loading…
Reference in New Issue
Block a user