Eugene

Results 9 comments of Eugene

Thanks, but I get this error: ``` PS C:\...> npm i -S v-tooltip@vue3 npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found:...

Indeed, I'm using Vue 3 (Composition API). Apologies I didn't mention that. I get the errors I mentioned above when trying to install (https://github.com/Akryum/v-tooltip/issues/718#issuecomment-842289954)

Any update on supporting VueJS 3.0?

Any progress on this @TheoXiong ?

I faced the same issue. I think it's also worth mentioning that in index.html you need to include the app's name in the html tag: ``

I have another issue. In lesson 5 you are creating the albumservice.js. When I follow this example (have created my own example provider for customers) with this code: `(function ()...

Hi @basarozcan, I have another suggestion. See this mockup: ![image](https://user-images.githubusercontent.com/19785727/147552285-7f6d95f9-0a1c-4d7e-bbfb-e265a4deff3f.png) A triangle or something similar will tell the user there is a dropdown.

Hi @adityasharat, unfortunately that doesn't solve it. Same error. I copied the master into my lib directory.

I have now included this: ``` ... 'public/lib/jquery/dist/jquery.min.js' ,'public/lib/jquery-ui/jquery-ui.min.js' // needed by ui-sortable ,'public/lib/bootstrap/dist/js/bootstrap.js' ,'public/lib/angular-chosen/angular-chosen.min.js' ,'public/lib/angular/angular.js' ... ``` But that returns the following error: > Uncaught ReferenceError: angular is not...