diff --git a/.nuxt-guide/README.md b/.nuxt-guide/README.md index 106951c3..dd8dc96e 100644 --- a/.nuxt-guide/README.md +++ b/.nuxt-guide/README.md @@ -52,7 +52,7 @@ import { defineNuxtConfig } from 'nuxt' // https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ - buildModules: [ + modules: [ '@pinia/nuxt', ], postcss: { @@ -85,12 +85,14 @@ module.exports = { } ``` +Remove `require("@tailwindcss/line-clamp")`. + #### In App.vue ```vue