push
This commit is contained in:
16
lib/component/table/table-tips.vue
Normal file
16
lib/component/table/table-tips.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<template>
|
||||
<a-tooltip>
|
||||
<template #title>
|
||||
<slot name="title"></slot>
|
||||
</template>
|
||||
<slot></slot>
|
||||
</a-tooltip>
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'NsTooltip',
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user