Not really sure this is the best structure

This commit is contained in:
MattIPv4
2020-04-27 22:07:31 +01:00
parent 6467d10f85
commit 4c22ba571a
13 changed files with 222 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<template>
<div>Hello world python</div>
</template>
<script>
export default {
name: 'DomainPython',
};
</script>