初始化

This commit is contained in:
ZilongYang
2021-10-13 20:59:12 +08:00
commit 56a79617f0
73 changed files with 13328 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<script setup>
import {NInput} from 'naive-ui'
</script>
<template>
<div id="search">
<n-input size="small" round placeholder="请搜索..." />
</div>
</template>
<script>
export default {
}
</script>
<style>
</style>