fix toasts

This commit is contained in:
korelstar 2020-08-23 22:04:05 +02:00
parent b72d81218b
commit 7897926e28
3 changed files with 5 additions and 4 deletions

6
package-lock.json generated
View File

@ -2761,9 +2761,9 @@
}
},
"@nextcloud/webpack-vue-config": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-1.1.0.tgz",
"integrity": "sha512-3eDbH05tlkfM12syuM36QS+xU1r80iX21PZ5tN+/O9Ekto2psmt+vf7Vgs5JX20M97Uy89POQ09A8tQUj83Yuw=="
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@nextcloud/webpack-vue-config/-/webpack-vue-config-1.2.0.tgz",
"integrity": "sha512-JBLk/ksQJQfnbe9fTfeJESCYWv1E2kEyv8Ms0ttj6XCcZfsJICJAVNk4HZtvzDcmqY95Ccnfyy82i9EjaGO3nw=="
},
"@nodelib/fs.scandir": {
"version": "2.1.3",

View File

@ -19,7 +19,7 @@
"@nextcloud/moment": "^1.1.1",
"@nextcloud/router": "^1.1.0",
"@nextcloud/vue": "^2.6.0",
"@nextcloud/webpack-vue-config": "^1.1.0",
"@nextcloud/webpack-vue-config": "^1.2.0",
"easymde": "^2.11.0",
"markdown-it": "^11.0.0",
"stylelint-webpack-plugin": "^2.1.0",

View File

@ -46,6 +46,7 @@ import {
} from '@nextcloud/vue'
import { showSuccess } from '@nextcloud/dialogs'
import { emit } from '@nextcloud/event-bus'
import '@nextcloud/dialogs/styles/toast.scss'
import { config } from './config'
import { fetchNotes, noteExists, createNote, undoDeleteNote } from './NotesService'