activity: create new vue subcomponent socialIssuesAcc

This commit is contained in:
2021-06-25 14:26:42 +02:00
parent e55a2691b7
commit fe22e6c7dc
5 changed files with 45 additions and 22 deletions

View File

@@ -0,0 +1,14 @@
<template>
<teleport to="#social-issues-acc">
boum
</teleport>
</template>
<script>
export default {
name: "SocialIssuesAcc"
}
</script>
<style lang="scss" scoped>
</style>