0๐
โ
I have found the answer from this thread in github.
<vuetable :http-options="httpOptions" ...
and in JS
export default {
data() {
return {
httpOptions: { headers: { Authorization: 'Bearer ' + TOKEN } },
...
Source:stackexchange.com