Below code which works for me
var Index = require('./theme/dir1/index.vue');
But I want to use It like this,
var path = './theme/'+variable+'/index.vue';
var Index = require(path);
Which is not working for me, is there any way to make that fix.,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With