gurghet / vue-smart-table

A simple table component for interactive tables built with Vue.js
http://www.gurghet.com/vue-smart-table
MIT License
143 stars 20 forks source link

Vue2 Compatibility #29

Closed stephantabor closed 7 years ago

stephantabor commented 7 years ago

Is this component incompatible with Vue2?

ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-489a263a!./~/vue-loader/lib/selector.js?type=template&index=0!./~/vue-smart-table/src/components/SmartTable.vue
template syntax error class="col-{{col.key}} col-cell {{canOrderBy(col.key) ? 'ord' : ''}} {{orderClass(col.key)}}":
Interpolation inside attributes has been removed. Use v-bind or the colon shorthand instead. For example, instead of <div class="{{ val }}">, use <div :class="val">.

ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-3e309329!./~/vue-loader/lib/selector.js?type=template&index=0!./~/vue-smart-table/src/components/PlainText.vue
template syntax error - invalid expression: {{{processedText}}}
gurghet commented 7 years ago

Hello stephantabor, not yet.