Поиск, работа над query в js
This commit is contained in:
16
resources/js/Pages/Home/ArchiveHistoryModal/Index.vue
Normal file
16
resources/js/Pages/Home/ArchiveHistoryModal/Index.vue
Normal 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>
|
||||
Reference in New Issue
Block a user