Skip to content

Commit

Permalink
feat: bump version to v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fudiwei committed Jan 10, 2024
1 parent c354890 commit cfead8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/en-US/Component_DataTable.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more details, please refer to the Demo.
<template>
<x-n-data-table :data="data">
<x-n-data-table-column type="selection" />
<x-n-data-table-column key="no" title="Title">
<x-n-data-table-column key="no" title="NO.">
<template #render-cell="{ rowIndex }">
<div>{{ rowIndex + 1 }}</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"vue",
"vue3"
],
"version": "0.14.0",
"version": "0.15.0",
"author": "Fu Diwei",
"repository": {
"type": "git",
Expand Down

0 comments on commit cfead8a

Please sign in to comment.