mwarren2
mwarren2
I got the same error `ReferenceError: TemplatingTools is not defined` when I changed `` to `` in a .vue file. Changing it back made the error disappear. Looks like I...
@mullojo Thanks for the post, and I get that Guillaume needs sponsors for vue-meteor, I realise he's got a ton on his hands. But just the very minimal involvement would...
SOLVED MY PROBLEM ABOVE > I got the same error `ReferenceError: TemplatingTools is not defined` when I changed > `` to > `` > in a .vue file. > >...
I don't know anything about vue-stylus, but did you install the akryum:vue-stylus package?
Take look at this babel fix: https://github.com/babel/babel-loader/pull/670 This makes me think that the problem is on **line 41** of the **vue-router2** plug-in: https://github.com/meteor-vue/vue-meteor/blob/master/packages/vue-router2/plugin/plugin.js `babelOptions.sourceMap = true` should presumably be changed...
Would be nice if this was fixed soonest. **Otherwise we are still stuck with Meteor 1.7** Thanks !
@rekDen Good idea. I'll downgrade until the problem is fixed
@Akryum Any chance of this being fixed? It looks like a simple fix yet It is forcing us to stay with Meteor 1.7. Please see my comments further up this...
I've replaced akryum:vue-router2 with vue-router. Though I'm still using other akryum vue code.
> hey @mwarren2 what do you mean by replaced? > > in which file? Please see @wildhart answer