summaryrefslogblamecommitdiffstats
path: root/webapp/src/components/ComponentTemplate.vue
blob: 3de9b365f3bdcb16fd577b8b9932a865d9a8edb2 (plain) (tree)





























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

<template>

</template>

<script>

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

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

</style>