<!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')"