Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated nuxt guide for nuxt 3.3 #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fatm-dev
Copy link

@fatm-dev fatm-dev commented Apr 4, 2023

Updates in Readme:

Updated pinia as modules instead of buildModules cause it was giving error

getActivePinia was called with no active Pinia. Did you forget to install pinia? const pinia = createPinia() app.use(pinia) This will fail in production. nuxt 3

Removed require("@tailwindcss/line-clamp") cause

As of Tailwind CSS v3.3, the @tailwindcss/line-clamp plugin is now included by default.

Moved chart.config.js cause it was giving error Ambigious import.

Added NuxtLink details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant