feat: add @pureadmin/components

This commit is contained in:
xiaoxian521
2022-03-09 22:54:28 +08:00
parent c9026a45cc
commit 8d539d4c21
7 changed files with 105 additions and 12 deletions

View File

@@ -10,8 +10,8 @@ const props = defineProps({
});
const titleRef = ref(null);
const descriptionRef = ref(null);
const titleTooltip = ref(false);
const descriptionRef = ref(null);
const descriptionTooltip = ref(false);
function hoverTitle() {