Skip to content

Commit

Permalink
chore: fix Prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Jan 15, 2025
1 parent 60aa4be commit eb72df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/vue/src/components/Example29.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function toggleSubTitle() {

<div class="subtitle">Simple Grids with a custom header and footer via named slots</div>

<hr/>
<hr/>

<slickgrid-vue v-model:options="gridOptions" v-model:columns="columnDefinitions as Column[]" v-model:data="dataset" grid-id="grid2">
<template #header>
Expand Down

0 comments on commit eb72df6

Please sign in to comment.