JS: Add test

This commit is contained in:
Asger Feldthaus
2020-06-29 15:54:06 +01:00
parent 326c7af4eb
commit cb12d894a6

View File

@@ -0,0 +1,6 @@
<template>
<span>hey</span>
</template>
<script>
export default { data: 42 }
</script>