Michael Gale (he/him)

Results 33 comments of Michael Gale (he/him)

Thanks @jonniebigodes - no worries - sorry I wasn't able to found the time!

Thanks for the reply! Taking a look at the code you have posted, I think we’d almost need a “path” prop, to “glue” the path to the component name. I’m...

I came here to open the same issue :) ``` Installing all Google Web Fonts onto your System Downloading the fonts... % Total % Received % Xferd Average Speed Time...

Good lead! Maybe this zip is also helpful? https://github.com/google/fonts/archive/main.zip (600MB) from https://github.com/google/fonts readme **Edit:** Seems it also exists there as a tarball https://github.com/google/fonts/archive/main.tar.gz **Edit 2:** This seems to work 👇...

Hi @qrpike, did you happen to have a chance to take a look at my PR? -> https://github.com/qrpike/Web-Font-Load/pull/24

Is the issue that it causes an error / warning? If its anything like my experience getting `nuxt-link` to work, you may need to make a mock component. https://github.com/miclgael/chia/blob/main/.storybook/mock-components/NuxtLink.js

For me, [storybook-addon-nuxt](https://github.com/hirotaka/storybook-addon-nuxt) will throw an error when trying to use icon. Interested to hear from you on this @nasianss 🙏 I will try to make a reproduction as well.

@Atinux My reproduction with `storybook-addon-nuxt` yields `[Vue warn]: Failed to resolve component: icon If this is a native custom element, make sure to exclude it from component` https://stackblitz.com/edit/nuxt-starter-nivfnx?file=stories%2FIconTester.vue,stories%2FIconTester.stories.js `npm run...

> @miclgael I'm getting the exact same error. Did you find a way to get this to work? @DenFin It’s not ideal, but I think you would have to mock...

Linking to my repros from this similar issue: https://github.com/nuxt/nuxt/issues/12347#issuecomment-1609095022