Closed holic-cl closed 7 years ago
Yes @holic-cl , this component is not compiled by babel yet. Babel loader config in vue-admin could be helpful:
{
test: /\.js$/,
loader: 'babel-loader',
include: YOU_DIR,
exclude: [new RegExp(`node_modules\\${path.sep}(?!vue-bulma-.*)`)]
}
We will package all vue-bulma components later. Thanks!
Hi, i was having this issue with the tooltip, when i make a npm run build i got this error:
I am using this:
At the moment i can solve this by editing the webpack config (webpack.base.conf.js):
Greetings.