mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
10 lines
170 B
Vue
10 lines
170 B
Vue
<script setup lang="ts">
|
|
defineOptions({
|
|
name: "MenuOverflow"
|
|
});
|
|
</script>
|
|
|
|
<template>
|
|
<div>目录、菜单文字超出显示 Tooltip 文字提示</div>
|
|
</template>
|