Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on Nuxt.js #27

Open
chiefpunk opened this issue Feb 24, 2021 · 3 comments
Open

Not working on Nuxt.js #27

chiefpunk opened this issue Feb 24, 2021 · 3 comments

Comments

@chiefpunk
Copy link

I am using this vue-add-to-calendar in nuxt.js, but not working.
Screenshot from 2021-02-24 16-54-49

@lehmannk
Copy link

I have the same error message, however I am just using Vue standard. I pasted the sample snippets given in my component and nothing shows. I guess I need to provide the rendering components myself. But how to? I am pretty new to Vue, can you give some advise how to add the visual controls? E.g. simple links should do.

@lehmannk
Copy link

Forget what I wrote, here is the solution (for Vue) - should have googled a bit more before - sorry:
Add module.exports = { runtimeCompiler: true, } in your vue.config.js, see vuejs/vue-cli#2754

@pastdevr
Copy link

The Nuxt build configuration needs to be updated

build: {
  extend (config) {
    config.resolve.alias['vue'] = 'vue/dist/vue.common'
  },
  ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants