Skip to content

Commit 2d85f8b

Browse files
committed
fix: Merge conflicts
2 parents 518e233 + 2969ce5 commit 2d85f8b

File tree

18 files changed

+1696
-19
lines changed

18 files changed

+1696
-19
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ package-lock.json
2020
*.njsproj
2121
*.sln
2222
*.sw?
23-
*.lock
23+
*.lock

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ export default {
247247
ellipsis: BOOLEAN_FALSE_PROP,
248248
expandable: BOOLEAN_FALSE_PROP,
249249

250-
render: Function, // BodyRowCell Render: VNode|({ store: TableStore, row: RowModel, column: ColumnConfig }) => VNode
251-
renderHeader: Function, // HeaderRowCell Render: VNode|({ store, row, column }) => VNode
250+
render: Function, // BodyRowCellRender: VNode|({ store: TableStore, row: RowModel, column: ColumnConfig }) => VNode
251+
renderHeader: Function, // HeaderRowCellRender: VNode|({ store, row, column }) => VNode
252252

253253
// TODO
254254
resizable: BOOLEAN_FALSE_PROP

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
presets: ["@vue/cli-plugin-babel/preset"],
2+
presets: ['@vue/cli-plugin-babel/preset']
33
}

0 commit comments

Comments
 (0)