1
0
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:
Paweł Kuna
2021-10-24 23:20:47 +02:00
committed by GitHub
4 changed files with 72 additions and 3 deletions
+10
View File
@@ -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';
+3
View File
@@ -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();