UNPKG

oxe

Version:

A mighty tiny web components framework/library

13 lines (11 loc) 185 B
export default { title: 'Error', path: '/(*)', component: { name: 'r-error', template: ` <h1>404</h1> <h2>This page does not exists</h2> ` } };