<template> <div class="text-answer-auestion">TextAnswerQuestion</div> </template> <script> export default { name: "TextAnswerQuestion", data() { return {}; }, methods: {}, }; </script>