Dashboard widgets
A Vue component on the dashboard's grid, with settings Flare draws and data that refreshes with it.
const { data } = useRead(() => ({
container: 'orders',
orderBy: [
{ field: 'created_at', direction: 'desc' },
],
limit: 10,
}));