updated core-js

This commit is contained in:
2022-11-06 00:16:29 +01:00
parent e33614862e
commit befc14d894
27 changed files with 4504 additions and 7635 deletions

View File

@@ -0,0 +1,16 @@
<template>
<div class="text-center mt-5">
<h1 class="pt-5">502</h1>
<h4 class="mt-4">You reached a bad gateway!</h4>
</div>
</template>
<script>
export default {
name: "ErrorPage502"
}
</script>
<style scoped>
</style>