mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 03:54:46 +00:00
7 lines
99 B
HTML
7 lines
99 B
HTML
<script>
|
|
export default {
|
|
preload() {
|
|
this.error(420, 'Enhance your calm');
|
|
}
|
|
};
|
|
</script> |