|
@ -149,7 +149,7 @@ export default { |
|
|
let oneArray = element.split(':') |
|
|
let oneArray = element.split(':') |
|
|
let obj = Object |
|
|
let obj = Object |
|
|
obj.title = oneArray[0] |
|
|
obj.title = oneArray[0] |
|
|
obj.content = oneArray[1s] |
|
|
obj.content = oneArray[1] |
|
|
}) |
|
|
}) |
|
|
this.dataForm.exampleArray = |
|
|
this.dataForm.exampleArray = |
|
|
console.log(this.dataForm.exampleArray) |
|
|
console.log(this.dataForm.exampleArray) |
|
|