Move to @nextcloud/vue

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2019-11-27 13:27:53 +01:00
parent 4b96f1892d
commit 0d98d02b76
15 changed files with 51 additions and 23 deletions
+2 -2
View File
@@ -60,8 +60,8 @@
<script>
import { Container, Draggable } from 'vue-smooth-dnd'
import { Actions } from 'nextcloud-vue/dist/Components/Actions'
import { ActionButton } from 'nextcloud-vue/dist/Components/ActionButton'
import { Actions } from '@nextcloud/vue/dist/Components/Actions'
import { ActionButton } from '@nextcloud/vue/dist/Components/ActionButton'
import CardItem from '../cards/CardItem'
export default {