|
@@ -67,7 +67,8 @@ function cutNbsp(str: string) {
|
|
|
|
|
|
<template>
|
|
|
<div v-if="questionSegements" class="question-body">
|
|
|
- <div v-html="cutNbsp(questionSegements.text)"></div>
|
|
|
+ <!-- <div v-html="cutNbsp(questionSegements.text)"></div> -->
|
|
|
+ <div v-html="questionSegements.text"></div>
|
|
|
|
|
|
<div
|
|
|
v-for="item in questionSegements.audios"
|