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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-08-29 19:41:30 +0300
committerdartcafe <github@dartcafe.de>2020-08-29 19:41:30 +0300
commit482d2db8b46a53647ec0253bf4b5c56c47b64358 (patch)
tree9666ed5fd34f13b6186a9cdd507dcaeebdbe0e81 /src
parent34ef7ac00e21ec7ee2dc5199aba75fe843366df3 (diff)
update @nextcloud/dialogs
Diffstat (limited to 'src')
-rw-r--r--src/js/App.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/App.vue b/src/js/App.vue
index 3db92da2..3608d67a 100644
--- a/src/js/App.vue
+++ b/src/js/App.vue
@@ -35,6 +35,7 @@ import { getCurrentUser } from '@nextcloud/auth'
import { showError } from '@nextcloud/dialogs'
import { Content } from '@nextcloud/vue'
import { subscribe, unsubscribe } from '@nextcloud/event-bus'
+import '@nextcloud/dialogs/styles/toast.scss'
export default {
name: 'App',