Open ShekhSaifuddin007 opened 1 year ago
create a file click-away.client.ts in plugins folder with this content.
click-away.client.ts
plugins
import ClickAway from 'vue3-click-away'; export default defineNuxtPlugin(({ vueApp }) => { vueApp.use(ClickAway); });
Now you can use v-click-away directive in your vue files.
v-click-away
@hassanrazahasrat thanks man
create a file
click-away.client.ts
inplugins
folder with this content.Now you can use
v-click-away
directive in your vue files.