15 lines
No EOL
133 B
Vue
15 lines
No EOL
133 B
Vue
<template>
|
|
<main>
|
|
|
|
</main>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "ForumThreadCreate"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style> |