add IpSecurity component

This commit is contained in:
austnv
2026-06-14 13:22:27 +03:00
parent 75f95ee2f8
commit 4a812f60b3
4 changed files with 141 additions and 532 deletions
+4 -1
View File
@@ -22,8 +22,11 @@
Попробовать бесплатно
</a>
</header>
<IpSecurity />
</template>
<script setup>
// Скрипты больше не нужны, всю магию сделает роутер!
import IpSecurity from './IpSecurity.vue';
</script>