flaschengeist-frontend/src/plugins/pricelist/pages/Pricelist.vue

16 lines
205 B
Vue
Raw Normal View History

<template>
<Pricelist />
</template>
<script>
import Pricelist from '../components/Pricelist.vue'
export default {
name: 'PricelistPage',
components: {Pricelist}
}
</script>
<style scoped>
</style>