Hi!
I get an ESLint error in this component:
ERROR in ./~/vue-loader/lib/template-compiler.js?id=data-v-6a0357d7!./~/vue-loader/lib/selector.js?type=template&index=0!./~/vue-bulma-tooltip/src/Tooltip.vue
template syntax error Cannot use <slot> as component root element because it may contain multiple nodes:
<slot><slot>
I use vue-bulma-tooltip from the npm. How to solve this problem?
Hi!
I get an ESLint error in this component:
I use
vue-bulma-tooltipfrom the npm. How to solve this problem?