<template> <topic-detail :is-edit="false"/> </template> <script> import TopicDetail from './components/TopicDetail' export default { name: 'CreateTopic', components: { TopicDetail } } </script>