[Vuejs]-'Failed to mount component' error for 'vue-table-2' component in Vuejs

0👍

Have you tried exposing jquery, axios, moment, bootstrap & daterangepicker globally?

https://www.npmjs.com/package/vue-tables-2#date-columns

You can do this in main.js:

import axios from 'axios'
window.axios = axios

Leave a comment