Akryum / vue-mention

Mention component for Vue.js
https://vue-mention.netlify.app/
MIT License
523 stars 54 forks source link

export 'VPopover' was not found in 'v-tooltip' #60

Closed kiranparajuli589 closed 2 years ago

kiranparajuli589 commented 2 years ago

package.json

{
  "v-tooltip": "^3.0.0-beta.1",
  "vue-mention": "^1.0.0",
}

On yarn serve

 WAIT  Compiling...                                                  6:28:24 PM

98% after emitting CopyPlugin

 WARNING  Compiled with 1 warning                                    6:28:24 PM

 warning  in ./node_modules/vue-mention/dist/vue-mention.esm.js

"export 'VPopover' was not found in 'v-tooltip'

  App running at:
  - Local:   http://localhost:8080 
  - Network: http://192.168.1.65:8080

Browser console

vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: <VPopover> - did you register the component correctly? For recursive components, make sure to provide the "name" option.

found in

---> <Mentionable>
       <CommentField>
         <VCard>
           <Publication> at src/views/publication/Publication.vue
             <VCard>
               <VMain>
                 <VApp>
                   <App> at src/App.vue
                     <Root>
kiranparajuli589 commented 2 years ago

hmm...latest tooltip is not supported.

worked with version: 2.0.0