Skip to content

Commit c316482

Browse files
committed
Updated README.md
1 parent 53a1668 commit c316482

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ Vue.component('smart-table', SmartTable)
4646

4747
``` html
4848
<!-- optional in your head -->
49-
<link rel="stylesheet" href="https://npmcdn.com/vue-smart-table@2.1.1/dist/static/vue-smart-table-default.css">
49+
<link rel="stylesheet" href="https://npmcdn.com/vue-smart-table@2.3.0/dist/static/vue-smart-table-default.css">
5050
<!-- at the end of your body -->
51-
<script src="https://npmcdn.com/vue-smart-table@2.1.1/dist/static/vue-smart-table.js"></script>
51+
<script src="https://npmcdn.com/vue-smart-table@2.3.0/dist/static/vue-smart-table.js"></script>
5252
```
5353

5454
That’s it! The component will register itself!
@@ -96,6 +96,10 @@ npm run ~unit
9696

9797
##Changelog
9898

99+
###2.3.0
100+
101+
- click column headers to order by that column
102+
99103
###2.2.1
100104

101105
- again forgot about the dist files -.-

0 commit comments

Comments
 (0)