NationalSecurityAgency / skills-client

SkillTree client libraries facilitating the rapid integration of a gamified tool training approach in conjunction with skills-service. Provides out of the box support for Angular, React, Vue.js, and native Javascript.
https://skilltreeplatform.dev
Apache License 2.0
83 stars 25 forks source link

Is the vue-client compatible with vue 3? #217

Closed a-schulz closed 1 year ago

a-schulz commented 1 year ago

I wanted to use the @skilltree/skills-client-vue:^3.5.0 in my new project with vue 3 but it is not working? Getting the following error: Uncaught TypeError: this._self is undefined cu SkillsDisplay.vue:3

Don't know if it is compatible with vue 3.

Thanks in advance!

sudo-may commented 1 year ago

Hi @a-schulz, thank you for reaching out. Unfortunately right now skills-client library only naively supports Vue 2 but we do now have a ticket to add support for Vue 3. In the meantime you can utilize skills-client JS library in a Vue 3 project: https://skilltreeplatform.dev/skills-client/js.html

Hope this helps!