[feat] bootstrap modal added
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
// @import 'bootstrap/scss/forms';
|
// @import 'bootstrap/scss/forms';
|
||||||
@import 'bootstrap/scss/grid';
|
@import 'bootstrap/scss/grid';
|
||||||
// @import 'bootstrap/scss/list-group';
|
// @import 'bootstrap/scss/list-group';
|
||||||
// @import 'bootstrap/scss/modal';
|
@import 'bootstrap/scss/modal';
|
||||||
// @import 'bootstrap/scss/navbar';
|
// @import 'bootstrap/scss/navbar';
|
||||||
// @import 'bootstrap/scss/offcanvas';
|
// @import 'bootstrap/scss/offcanvas';
|
||||||
// @import 'bootstrap/scss/pagination';
|
// @import 'bootstrap/scss/pagination';
|
||||||
|
|||||||
@@ -13,5 +13,20 @@ import '/src/assets/css/main.scss';
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<slot />
|
<slot />
|
||||||
|
<script>
|
||||||
|
// Import only what you need
|
||||||
|
// import 'bootstrap/js/dist/alert';
|
||||||
|
// import 'bootstrap/js/dist/button';
|
||||||
|
// import 'bootstrap/js/dist/carousel';
|
||||||
|
// import 'bootstrap/js/dist/collapse';
|
||||||
|
// import 'bootstrap/js/dist/dropdown';
|
||||||
|
import 'bootstrap/js/dist/modal';
|
||||||
|
// import 'bootstrap/js/dist/offcanvas';
|
||||||
|
// import 'bootstrap/js/dist/popover';
|
||||||
|
// import 'bootstrap/js/dist/scrollspy';
|
||||||
|
// import 'bootstrap/js/dist/tab';
|
||||||
|
// import 'bootstrap/js/dist/toast';
|
||||||
|
// import 'bootstrap/js/dist/tooltip';
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user