prinzt

Results 8 comments of prinzt
trafficstars

As mentioned here: "https://developers.google.com/tag-manager/devguide" it should be comma separated. So it should work as @jonalxh wrote. (i'm just facing the same problem)

I managed to do this after some trial and error, via an async function returning the sitemap config. I stripped down the code a little bit, but basically that's how...

@nathanchase the sitemapConfig.js is located in a custom folder "/configs/sitemapConfig.js" at the root level of my app. in nuxt.config.js i do something like //Simplified config: ``` import { sitemap }...

> > Any workaround for now? > > Pin your Nuxt version to `"nuxt": "2.15.7"` Pinning to 2.15.8 seems to work for our team too.

> Hey > When I try to use this component in my NativeScript Vue app I get the error > > ```js > JS ERROR TypeError: Could not load view...

I tried it a few times without success, but now its working. What i missed the first few tries was to confirm that electron is allowed to use the network...

Thanks for your patch @Sparticuz ! > The only problem I have now is that for some reason I'm unable to use `import Handlebars from "handlebars/runtime"` Importing handlebars like this...