feat: add message template
This commit is contained in:
@@ -34,7 +34,7 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
})
|
||||
|
||||
// 组件emits
|
||||
const emit = defineEmits<{
|
||||
defineEmits<{
|
||||
'update:open': [value: boolean]
|
||||
}>()
|
||||
|
||||
|
||||
Vendored
+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* 获取分页大小配置
|
||||
* @returns 分页大小,默认为8
|
||||
*/
|
||||
export declare function getPageSize(): number;
|
||||
Reference in New Issue
Block a user