mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-07-14 09:48:21 +02:00
adds submenu capability
This commit is contained in:
13
source/js/bootstrap.js
vendored
Normal file
13
source/js/bootstrap.js
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
//import {} from 'bootstrap/js/dist/alert'
|
||||
//import {} from 'bootstrap/js/dist/button'
|
||||
//import {} from 'bootstrap/js/dist/carousel'
|
||||
//import {} from 'bootstrap/js/dist/collapse'
|
||||
import {} from 'bootstrap/js/dist/dropdown'
|
||||
//import {} from 'bootstrap/js/dist/index'
|
||||
//import {} from 'bootstrap/js/dist/modal'
|
||||
import {} from 'bootstrap/js/dist/popover'
|
||||
//import {} from 'bootstrap/js/dist/scrollspy'
|
||||
//import {} from 'bootstrap/js/dist/tab'
|
||||
//import {} from 'bootstrap/js/dist/toast'
|
||||
//import {} from 'bootstrap/js/dist/tooltip'
|
||||
//import {} from 'bootstrap/js/dist/util'
|
Reference in New Issue
Block a user