removing unnecessary mixin
This commit is contained in:
parent
c2a4f87270
commit
6c457b29ce
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ import baseMixin from "@/mixins/base-mixin.js";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "model-question",
|
name: "model-question",
|
||||||
mixins: [baseMixin],
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
questionText: null,
|
questionText: null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue