mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
feat: 添加目录、菜单文字超出显示 Tooltip 文字提示demo
This commit is contained in:
9
src/views/menuoverflow/index.vue
Normal file
9
src/views/menuoverflow/index.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
defineOptions({
|
||||
name: "MenuOverflow"
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>目录、菜单文字超出显示 Tooltip 文字提示</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user