iot-ui-vue/src/components/Layout/BlankLayoutPage.vue

13 lines
131 B
Vue

<template>
<router-view />
</template>
<script>
export default {
name: 'BlankLayoutPage'
}
</script>
<style scoped>
</style>