vue-navigation-bar icon indicating copy to clipboard operation
vue-navigation-bar copied to clipboard

Setup for nuxt 3.

Open ricky11 opened this issue 1 year ago • 1 comments

Would it be possible to use with nuxt 3?

I created a plugins folder and a fie called vue-nav.js

import Vue from 'vue'
import navBar from 'vue-navigation-bar'

Vue.component('navBar', navBar)

This should auto register the component without me adding it to nuxt.config.

but in the template when i add nav-bar it doesn't seem to work.

ricky11 avatar Aug 31 '22 07:08 ricky11

Hmm sorry I'm really not sure - I've never used Nuxt in the past.

johndatserakis avatar Sep 07 '22 01:09 johndatserakis