traxxx-web/pages/_error/+data.js

6 lines
55 B
JavaScript

export function data() {
return {
foo: 'bar',
};
}