10 lines
201 B
Vue
Raw Normal View History

2025-11-18 17:53:04 +08:00
<template>
<div class="tool-tip-content">
</div>
</template>
<script setup>
import { onMounted, ref } from 'vue';
</script>
<style scoped lang="scss">
@use '@/styles/mixins.scss' as *;
</style>