You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oa-base/pages/networko/index.vue

12 lines
200 B
Vue

2 months ago
<template>
<uvNoNetwork></uvNoNetwork>
</template>
<script setup>
import uvNoNetwork from "../../uni_modules/uv-no-network/components/uv-no-network/uv-no-network.vue";
</script>
<style>
</style>