WIP Adding support for Text entry measurements (renamed from List).
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
import { Component, Emit, Prop, Vue, Watch } from 'vue-property-decorator';
|
||||
import { logService } from '@/services/logging';
|
||||
import { Measure, MeasureConfig } from '@/models';
|
||||
import TextMeasureConfigForm from './TextMeasureConfigForm.vue';
|
||||
|
||||
@Component({})
|
||||
@Component({
|
||||
components: {
|
||||
TextMeasureConfigForm
|
||||
}
|
||||
})
|
||||
export class MeasureConfigForm extends Vue {
|
||||
@Prop({}) public value!: MeasureConfig;
|
||||
@Prop({}) public disabled: boolean = false;
|
||||
|
Reference in New Issue
Block a user