platypush/platypush/backend/http/webapp/src/views/NotFound.vue

11 lines
110 B
Vue

<template>
<h1>Object not found</h1>
</template>
<script>
export default {
name: "NotFound"
}
</script>