nuxt / ui

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
https://ui.nuxt.com
MIT License
4.11k stars 542 forks source link

docs: remove local module from list #2690

Closed danielroe closed 2 days ago

danielroe commented 2 days ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

it is no longer necessary to specify a local module (in modules/ directory) - and in fact if one does so it should be either relative (./modules/...) or using an alias (~/modules/...).

seems this was introduced in https://github.com/nuxt/ui/pull/789.

๐Ÿ“ Checklist