mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 17:39:06 +02:00
Use precompiled selectpicker css.
This commit is contained in:
parent
892baf6345
commit
49d9635a79
1 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,7 @@ const bootstrap = window.bootstrap = require('bootstrap'); // without this boots
|
||||||
require('bootstrap-select/js/bootstrap-select'); // we have to manually require the working js file
|
require('bootstrap-select/js/bootstrap-select'); // we have to manually require the working js file
|
||||||
|
|
||||||
import {Controller} from "@hotwired/stimulus";
|
import {Controller} from "@hotwired/stimulus";
|
||||||
//import "bootstrap-select/js/bootstrap-select";
|
import "bootstrap-select/dist/css/bootstrap-select.css";
|
||||||
import 'bootstrap-select/sass/bootstrap-select.scss';
|
|
||||||
|
|
||||||
export default class extends Controller {
|
export default class extends Controller {
|
||||||
connect() {
|
connect() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue