@@ -40,6 +40,7 @@
|
||||
|
||||
@import '~@/assets/scss/colors.scss';
|
||||
|
||||
|
||||
.attributes-group {
|
||||
border-radius: 4px;
|
||||
// unless we have a way to give a popover an id or class, it needs expand the attributes area
|
||||
|
||||
@@ -432,6 +432,7 @@ export default {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
each(this.gearTypesToStrings, (string, type) => {
|
||||
this.viewOptions[type].firstRender = false; // eslint-disable-line vue/no-side-effects-in-computed-properties, max-len
|
||||
});
|
||||
|
||||
@@ -44,6 +44,7 @@ import DragDropDirective from '@/directives/dragdrop.directive';
|
||||
|
||||
import CountBadge from '@/components/ui/countBadge';
|
||||
|
||||
|
||||
export default {
|
||||
components: {
|
||||
CountBadge,
|
||||
|
||||
@@ -582,6 +582,7 @@ export default {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
return petGroups;
|
||||
},
|
||||
mountGroups () {
|
||||
@@ -626,6 +627,7 @@ export default {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
return mountGroups;
|
||||
},
|
||||
drawerTabs () {
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
</b-modal>
|
||||
</template>
|
||||
|
||||
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/assets/scss/colors.scss';
|
||||
@import '~@/assets/scss/mixins.scss';
|
||||
@@ -79,6 +80,7 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<script>
|
||||
import markdownDirective from '@/directives/markdown';
|
||||
import { mountInfo } from '@/../../common/script/content/stable';
|
||||
|
||||
Reference in New Issue
Block a user