🔥 Remove mixin-related lines

This commit is contained in:
Iván Ovejero
2021-12-07 16:14:40 +01:00
parent 7805b21a15
commit 858d0d0160
47 changed files with 39 additions and 337 deletions

View File

@@ -30,10 +30,8 @@
import { IUpdateInformation } from '@/Interface';
import ParameterInput from './ParameterInput.vue';
import Vue from 'vue';
import mixins from 'vue-typed-mixins';
import { renderText } from './mixins/renderText';
export default mixins(renderText).extend({
export default Vue.extend({
name: 'ParameterInputExpanded',
components: {
ParameterInput,