Closed ahadihadi closed 9 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 />
how to use in Nuxt 3 with ssr?