diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2020-01-16 00:03:29 +0100 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2020-01-22 17:33:49 +0100 |
commit | 05742c083c039561841d258a69fd47dd84debfd6 (patch) | |
tree | 46f335a05149165b657fc2c4c61f162f93533361 /apps/workflowengine/src/components/Check.vue | |
parent | a6a224e7a14faa8814e9ce783f626666828b96db (diff) | |
download | nextcloud-server-05742c083c039561841d258a69fd47dd84debfd6.tar.gz nextcloud-server-05742c083c039561841d258a69fd47dd84debfd6.zip |
Migrate to @nextcloud/vue 1.x.x
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/workflowengine/src/components/Check.vue')
-rw-r--r-- | apps/workflowengine/src/components/Check.vue | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/workflowengine/src/components/Check.vue b/apps/workflowengine/src/components/Check.vue index cfd0f034adf..f737bc2f1a9 100644 --- a/apps/workflowengine/src/components/Check.vue +++ b/apps/workflowengine/src/components/Check.vue @@ -41,9 +41,9 @@ </template> <script> -import { Multiselect } from 'nextcloud-vue/dist/Components/Multiselect' -import { Actions } from 'nextcloud-vue/dist/Components/Actions' -import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton' +import { Multiselect } from '@nextcloud/vue/dist/Components/Multiselect' +import { Actions } from '@nextcloud/vue/dist/Components/Actions' +import { ActionButton } from '@nextcloud/vue/dist/Components/ActionButton' import ClickOutside from 'vue-click-outside' export default { |