File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff 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
5454That’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 -.-
You can’t perform that action at this time.
0 commit comments