UNPKG

137 BPlain TextView Raw
1<template>
2 <div class="notFoundPage">
3 404
4 </div>
5</template>
6
7<script>
8export default {};
9</script>
10
11<style lang="scss"></style>