Complex environment #332
johandanforth
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm sitting in a complex environment trying to get this working. I'm disconnected from Internet so I need to have the library downloaded and used locally. The application is a browser only style, so for our vue3 application I have an importmap setup for convinience:
This allows me to
import { createApp } from 'vue'
and it all works perfectly fine. Now, I'd like to start using this table component, but I cannot get it to work. The main problem I guess is that I cannot find a/the ems/browser version of the library to import, like I do with the vue-library. The UMD-file doesn't export anything called 'Vue3EasyDataTable'...I tried loading the UMD version, but I get this error:
Sorry for the crazy question, I'm not good at the magic of importing es/esm/umd stuff... Maybe this compoment cannot work in a browser only fashion?
Thanks for any help.
Beta Was this translation helpful? Give feedback.
All reactions