igalarza / dhtmlx-e6

Ecmascript 2015 Wrapper for dhtmlx library
GNU General Public License v3.0
0 stars 0 forks source link

when I import Tab component, error occurs ,how to fix it #2

Open houyaowei opened 6 years ago

houyaowei commented 6 years ago

Project: Vue project In vue template files, when I input the tab component in script tag , code like this: `

` errors below screen shot 2018-01-20 at 10 57 46 how can I fix this error? thanks.
igalarza commented 6 years ago

Hello houyaowei, the error message suggest that you haven't included the dhtmlx library. This project is only a wrapper, you need to add the dhtmlx library to your project to make it work.

This is the file I use to execute unit tests:

https://github.com/igalarza/dhtmlx-e6/blob/master/vendor/dhtmlx.js

You can also check the last version in the oficial website:

https://dhtmlx.com/

Please let me know if this information solves your problem.