0
<!DOCTYPE html>
<html lang="en">
<head>
    <title>Document</title>
</head>
<body>
    
</body>
<script type="module">
    import * as vuetable from '/vuetable-2-full.js'
</script>
</html>

I need to use vuetable-2 as module but when this page is run i got an error "vuetable-2-full.js:15 Uncaught TypeError: Cannot set properties of undefined (setting 'Vuetable')"

Gaetan C.
  • 1,742
  • 13
  • 21
  • Why don't you want any build step? – kissu Sep 30 '22 at 12:32
  • i'm quite a beginner of this. You can correct me if i go wrong. I need to use vuetable-2 in existing project, I think build step could make an extra load and complexity to project. – Felizia Oct 02 '22 at 10:17

0 Answers0