Began migration to Vuetify 2.x expect a lot to be broken

This commit is contained in:
Stefan Zermatten
2021-03-24 16:23:39 +02:00
parent 82150df5e0
commit 6ffb48b7b6
204 changed files with 985 additions and 833 deletions

View File

@@ -1,5 +1,5 @@
<template lang="html">
<div class="layout row align-center justify-start">
<div class="layout align-center justify-start">
<property-icon
v-if="!hideIcon"
class="mr-2"
@@ -13,7 +13,7 @@
</div>
</template>
<script>
<script lang="js">
import treeNodeViewMixin from '/imports/ui/properties/treeNodeViews/treeNodeViewMixin.js';
export default {