#I have implemented Bootstrap in Nuxt3 (i tried on tailwind too) but not any menus work

3 messages · Page 1 of 1 (latest)

wintry urchin
#
useHead({
  script: [
    {
      src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/js/npm.min.js",
      async: true,
    }
  ]
})```
#

this is a code for useHead

#
+ i solved it```