add 404 page

This commit is contained in:
landaiqing
2024-08-11 19:36:42 +08:00
parent b40c9c3036
commit fea8b9df2d
10 changed files with 594 additions and 6 deletions

View File

@@ -17,14 +17,13 @@
</AButtonGroup>
<div class="test">test</div>
</AConfigProvider>
<DynamicTitle/>
</div>
</template>
<script setup>
import variables from "@/assets/styles/colors.module.scss";
import useStore from "@/store/index.ts";
import DynamicTitle from "@/components/DynamicTitle/DynamicTitle.vue";
const app = useStore().theme;