I can't import bootstrap in any vue component (using latest nuxtjs). I get :
My (simple) component is :
<template>
<h1>Empty index page</h1>
</template>
<script>
import Modal from 'bootstrap/js/src/modal'
export default {}
</script>
<style></style>
I am really stuck. Do you have any idea or suggestion ?