becem-gharbi / nuxt-naiveui

Unofficial Naive UI module for Nuxt
https://nuxt-naiveui.bg.tn
MIT License
163 stars 20 forks source link

The docs didn't mention how to import the naive-ui components #57

Closed jokerwon closed 8 months ago

jokerwon commented 8 months ago

Hi, should I import naive-ui component from itself or this nuxt module explicitly? Which is correct?

import { NButton } from 'naive-ui'

or

import { NButton } from '@bg-dev/nuxt-naiveui'
becem-gharbi commented 8 months ago

Hi, components are auto-imported.