mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
9 lines
150 B
Vue
9 lines
150 B
Vue
<script>
|
|
export default {
|
|
layout: 'blank',
|
|
asyncData({ error }) {
|
|
error({ statusCode: 404, message: 'Profile slug missing' })
|
|
}
|
|
}
|
|
</script>
|