We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Does someone know if wired-elements can be used with Nuxt.js?
I just tried to impelment this in my app.vue (root of my project).
It looks like this :
<script> import { WiredButton } from 'wired-elements/lib/wired-button.js'; import { WiredInput } from 'wired-elements/lib/wired-input.js'; </script> <template> <div> <wired-input placeholder="Enter name"></wired-input> <wired-button>Click Me</wired-button> </div> </template>
[nuxt] [request error] [unhandled] [500] SVGSVGElement is not defined
This is the stacktrace
at ./node_modules/.pnpm/[email protected]/node_modules/wired-elements/lib/wired-base.js:75:31 at async ViteNodeRunner.runModule (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:399:5) at async ViteNodeRunner.directRequest (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:381:5) at async ViteNodeRunner.cachedRequest (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:206:14) at async ViteNodeRunner.dependencyRequest (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:259:12) at async ./node_modules/.pnpm/[email protected]/node_modules/wired-elements/lib/wired-button.js:1:31 at async ViteNodeRunner.runModule (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:399:5) at async ViteNodeRunner.directRequest (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:381:5) at async ViteNodeRunner.cachedRequest (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:206:14) at async ViteNodeRunner.dependencyRequest (./node_modules/.pnpm/[email protected]_@[email protected][email protected]/node_modules/vite-node/dist/client.mjs:259:12)
Does someone have an idea to solve this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
Does someone know if wired-elements can be used with Nuxt.js?
I just tried to impelment this in my app.vue (root of my project).
It looks like this :
Error
[nuxt] [request error] [unhandled] [500] SVGSVGElement is not defined
This is the stacktrace
Issue?
Does someone have an idea to solve this?
The text was updated successfully, but these errors were encountered: