Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-27 14:07:34 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-27 14:13:41 +0300
commit5edeed2cf50b23be24574dcdb1371e2f7466d6a4 (patch)
tree1bef127f3566739a19565f383184f715f417355a /src/main.js
parent77e538b1cb581de4dfcdc1668b6ae07fab61b679 (diff)
Import the style as required in 2.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 457184880..ecab7677c 100644
--- a/src/main.js
+++ b/src/main.js
@@ -43,6 +43,9 @@ import { translate, translatePlural } from '@nextcloud/l10n'
import VueObserveVisibility from 'vue-observe-visibility'
import VueShortKey from 'vue-shortkey'
+// Styles
+import '@nextcloud/dialogs/styles/toast.scss'
+
// CSP config for webpack dynamic chunk loading
// eslint-disable-next-line
__webpack_nonce__ = btoa(getRequestToken())