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}}}
Is this component incompatible with Vue2?