16 lines
388 B
Vue
16 lines
388 B
Vue
<script setup lang="ts">
|
|
import QqazkSearchBox from "~/components/tools/qqazk/QqazkSearchBox.vue";
|
|
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div style="display: flex;justify-content: center;flex-direction: column;align-items: center">
|
|
<el-text style="font-size: 50px;padding-bottom: 25px">笔顺码字典</el-text>
|
|
<QqazkSearchBox></QqazkSearchBox>
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style> |