16 lines
193 B
Vue
16 lines
193 B
Vue
<template lang="html">
|
|
<v-container>
|
|
<p>Admin Streams</p>
|
|
</v-container>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'AdminStreams'
|
|
}
|
|
</script>
|
|
|
|
<style scoped lang="scss">
|
|
|
|
</style>
|