14 lines
164 B
Vue
14 lines
164 B
Vue
<template>
|
|
<v-card class="fill-height">
|
|
<v-card-text>test kanan</v-card>
|
|
</v-card>
|
|
</template>
|
|
|
|
<style scoped>
|
|
</style>
|
|
<script>
|
|
module.exports = {
|
|
|
|
}
|
|
</script>
|