TextAnswerQuestion.vue 200 B

12345678910111213
  1. <template>
  2. <div class="text-answer-auestion">TextAnswerQuestion</div>
  3. </template>
  4. <script>
  5. export default {
  6. name: "TextAnswerQuestion",
  7. data() {
  8. return {};
  9. },
  10. methods: {},
  11. };
  12. </script>