File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,10 @@ Vue.use(VueAdapTable)
1616```
1717On your Scss:
1818``` scss
19- @import " ~@simpli/vue-modal/scss/adapOrderby" ;
20- @import " ~@simpli/vue-modal/scss/adapPagination" ;
21- @import " ~@simpli/vue-modal/scss/adapSearchfield" ;
19+ @import " ~@simpli/vue-adap-table/scss/adapOrderby" ;
20+ @import " ~@simpli/vue-adap-table/scss/adapPagination" ;
21+ @import " ~@simpli/vue-adap-table/scss/adapSearchfield" ;
22+ $simple-line-font-path : " ~simple-line-icons/fonts/" !default ;
2223@import " ~simple-line-icons/scss/simple-line-icons" ;
2324```
2425
@@ -38,7 +39,7 @@ On your Scss:
3839 </th >
3940 </tr >
4041
41- <tr v-for =" item in collection.all() " :key =" item.$id" >
42+ <tr v-for =" item in collection.items " :key =" item.$id" >
4243 <td >
4344 {{ item.title }}
4445 </td >
You can’t perform that action at this time.
0 commit comments