mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-17 10:21:25 +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>
|