mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
Merge pull request #831 from tabler/dev-window-bootstrap
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//Vendor
|
||||
|
||||
import './src/autosize';
|
||||
import './src/input-mask';
|
||||
import './src/dropdown';
|
||||
import './src/tooltip';
|
||||
import './src/popover';
|
||||
import './src/switch-icon';
|
||||
import './src/toast';
|
||||
|
||||
@@ -8,5 +8,8 @@ import './src/popover';
|
||||
import './src/switch-icon';
|
||||
import { EnableActivationTabsFromLocationHash } from './src/tab';
|
||||
import './src/toast';
|
||||
import * as bootstrap from 'bootstrap';
|
||||
|
||||
window.bootstrap = bootstrap;
|
||||
|
||||
EnableActivationTabsFromLocationHash();
|
||||
|
||||
Reference in New Issue
Block a user