http-vue-loader icon indicating copy to clipboard operation
http-vue-loader copied to clipboard

how to import a mixin?

Open rrd108 opened this issue 6 years ago • 3 comments

Is there any way to load mixins into the components?

rrd108 avatar Nov 29 '19 16:11 rrd108

Did you ever find a solution?

AdagioB avatar Mar 04 '20 12:03 AdagioB

Did you ever find a solution?

no, I did not

rrd108 avatar Mar 04 '20 14:03 rrd108

export your mixin object to window ,then use it without import

newcih avatar Jul 14 '21 23:07 newcih