Published February 6, 2026
| Version v1.0.0
Software
Open
muraliavarma/vue-slot-table: v1.0.0
Description
v1.0.0 — Vue 3 Modernization
Complete rewrite from Vue 2 to Vue 3.
Breaking Changes
- Migrated from Vue 2 to Vue 3 (requires Vue 3.4+)
- New component API — columns are now child
<SlotTableColumn>components with#headerand#cellnamed slots - Removed
SlotTableRow,SlotTableCell,SlotTableHeader(inlined intoSlotTable)
Added
row-clickevent on<SlotTable>- TypeScript declarations
- GitHub Actions CI/CD
- Full API documentation
Changed
- Toolchain: Vue CLI 3 → Vite 5, Jest → Vitest
- All components rewritten with
defineComponent+setup()+h()
Files
muraliavarma/vue-slot-table-v1.0.0.zip
Files
(54.9 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:ffb8afdb4e9de271f378db8c4983b549
|
54.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/muraliavarma/vue-slot-table/tree/v1.0.0 (URL)
Software
- Repository URL
- https://github.com/muraliavarma/vue-slot-table