Is there any way to use vuetable-2 as module without build step

88 Views Asked by At
<!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')"

0

There are 0 best solutions below