init sub-components and active tab mechanism

This commit is contained in:
2022-01-25 12:44:39 +01:00
parent 0e2772336f
commit 502f2aceed
8 changed files with 155 additions and 14 deletions

View File

@@ -0,0 +1,13 @@
<template>
MyCustoms
</template>
<script>
export default {
name: "MyCustoms"
}
</script>
<style scoped>
</style>