feat: excel export (only primitive types)
This commit is contained in:
@@ -16,6 +16,7 @@ const doGreet = () => {
|
||||
|
||||
onMounted(async () => {
|
||||
console.log(await PostService.GetById(5))
|
||||
await PostService.ExportToExcel()
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user