Поиск, работа над query в js

This commit is contained in:
brusnitsyn
2025-12-01 17:38:11 +09:00
parent c9a392f84f
commit 063ddafdfb
8 changed files with 160 additions and 6 deletions

View File

@@ -0,0 +1,16 @@
<script setup>
import { NModal } from 'naive-ui'
const open = defineModel('open')
</script>
<template>
<NModal v-model:show="open">
<template #header>
</template>
</NModal>
</template>
<style scoped>
</style>