mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-15 06:08:16 +00:00
Also support Discord.
This commit is contained in:
1
resources/assets/v2/boot/bootstrap.js
vendored
1
resources/assets/v2/boot/bootstrap.js
vendored
@@ -29,6 +29,7 @@ import axios from 'axios';
|
||||
import store from "store";
|
||||
import observePlugin from 'store/plugins/observe';
|
||||
import Alpine from "alpinejs";
|
||||
import * as bootstrap from 'bootstrap'
|
||||
|
||||
store.addPlugin(observePlugin);
|
||||
window.store = store;
|
||||
|
||||
Reference in New Issue
Block a user