summaryrefslogblamecommitdiffstats
path: root/webapp/src/components/ComponentTemplate.vue
blob: 9c0ebc6c1a9e16f504a230d1f030b9f1b17fb65c (plain) (tree)
1
2
3
4
5
6
7
8
9
10









          
             


















                                                                   
<i18n>
{
  "en": {
  },
  "de": {
  }
}
</i18n>

<template>
  <div></div>
</template>

<script>

export default {
  name: 'ComponentTemplate',
  data () {
    return {
    }
  },
  methods: {
  }
}
</script>

<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>

</style>