Skip to content

Commit 786b2e4

Browse files
authored
chore(docs): fix typo in table complete example (#3030)
1 parent ad57e8c commit 786b2e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2058,7 +2058,7 @@ differences between operating systems, this too is not a preventable default beh
20582058
},
20592059
mounted() {
20602060
// Set the initial number of items
2061-
totalRows = this.items.length
2061+
this.totalRows = this.items.length
20622062
},
20632063
methods: {
20642064
info(item, index, button) {

0 commit comments

Comments
 (0)