add basic support for components

This commit is contained in:
Philipp Kühn
2020-04-24 09:32:37 +02:00
parent c2bd2b21fa
commit 3470a7be1c
7 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<template>
<p ref="content"></p>
</template>
<script>
export default {
}
</script>