[Vuejs]-Importing jQuery bootstrap-table plugin in Vue in a bad way

0👍

I’m importing the plugin in a bad way:

switch from:

import bootstrapTable from ‘bootstrap-table’;

to

import ‘bootstrap-table’;

So it’s imported and used properly

Leave a comment