31 lines
303 B
Vue
31 lines
303 B
Vue
<script>
|
|
|
|
|
|
|
|
export default {
|
|
// data(){
|
|
// return {
|
|
// block: null
|
|
// }
|
|
// },
|
|
computed: {
|
|
// ...mapState(UserStore,['isloggedin'])
|
|
},
|
|
methods: {
|
|
|
|
},
|
|
components: {
|
|
// MapConcernements
|
|
}
|
|
}
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
</template>
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
</style>
|