8 lines
131 B
Vue
8 lines
131 B
Vue
<template>
|
|
<PlaceholderPage />
|
|
</template>
|
|
|
|
<script setup>
|
|
import PlaceholderPage from '@/views/PlaceholderPage.vue'
|
|
</script>
|