mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-29 12:44:20 +00:00
17 lines
225 B
Vue
17 lines
225 B
Vue
<template>
|
|
<main class="page">
|
|
<div class="theme-default-content">
|
|
<h1>{{ $page.title }}</h1>
|
|
</div>
|
|
<Content />
|
|
|
|
</main>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
}
|
|
</script>
|
|
|
|
<style lang="scss">
|
|
</style>
|