mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-07 08:57:19 +08:00
11 lines
161 B
Vue
11 lines
161 B
Vue
<script setup lang="ts"></script>
|
|
|
|
<template>
|
|
<div class="tabs-container">111</div>
|
|
</template>
|
|
|
|
<style lang="scss" scoped>
|
|
// .tabs-container {
|
|
// }
|
|
</style>
|