alireza-ab / vue3-persian-datepicker

A datepicker component for select date (vue 3)
MIT License
34 stars 2 forks source link

how to use in Nuxt 3? #8

Closed ahadihadi closed 9 months ago

ahadihadi commented 11 months ago

how to use in Nuxt 3 with ssr?

alireza-ab commented 11 months ago

Hi @ahadihadi. I'm sorry about the late. after installing the component, add to the nuxt.config.ts:

export default defineNuxtConfig({
  modules: ["@alireza-ab/vue3-persian-datepicker/nuxt"]
});

after that, you can use DatePicker component in your files without the need to import it:

<DatePicker />