This commit is contained in:
14
ayanova/src/components/wiki-viewer-control.vue
Normal file
14
ayanova/src/components/wiki-viewer-control.vue
Normal file
@@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<v-col cols="12">
|
||||
<div class="display-2">wiki viewer control</div>
|
||||
<div>Content: {{ content }}</div>
|
||||
</v-col>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data: () => ({}),
|
||||
props: {
|
||||
content: String
|
||||
}
|
||||
};
|
||||
</script>
|
||||
Reference in New Issue
Block a user