gruhn / vue-qrcode-reader

A set of Vue.js components for detecting and decoding QR codes.
https://gruhn.github.io/vue-qrcode-reader
MIT License
2.09k stars 335 forks source link

feat(package): add css and src specifier #361

Closed dargmuesli closed 7 months ago

dargmuesli commented 1 year ago

See https://github.com/gruhn/vue-qrcode-reader/issues/360

With this PR it is possible to include styles using the shorthand

<style>
@import url('vue-qrcode-reader/style');
</style>

and native Vue SFCs using:

(await import('vue-qrcode-reader/src')).QrcodeStream
netlify[bot] commented 1 year ago

Deploy Preview for vue-qrcode-reader ready!

Name Link
Latest commit 6e3ca53e09e5f8dfc2449eb61b13a40bb9838c16
Latest deploy log https://app.netlify.com/sites/vue-qrcode-reader/deploys/64eb5ea3b935ee000870e70e
Deploy Preview https://deploy-preview-361--vue-qrcode-reader.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

github-actions[bot] commented 11 months ago

This pull request has been marked as stale. If there is no further activity it will be closed.

dargmuesli commented 11 months ago

:eyes: @gruhn give it some activity! :fire: :yum:

github-actions[bot] commented 9 months ago

This pull request has been marked as stale. If there is no further activity it will be closed.

dargmuesli commented 9 months ago

🥲

gruhn commented 7 months ago

Sorry, for not getting back to this as promised. I'll put this on ice for now. We can get back to it when people report problems with the current setup.

shubhangchourasia commented 7 months ago

Sorry, for not getting back to this as promised. I'll put this on ice for now. We can get back to it when people report problems with the current setup.

@gruhn What will solve this issue ? May I know what can be wrong. I updated package from 4.0.0 to latest and solved all breaking changes as well

image

gruhn commented 7 months ago

@shubhangchourasia that file doesn’t exist anymore. All CSS is inline at the current version. So there should be no need to include any CSS file at all. Do you have a reference to that CSS file somewhere in your code?

shubhangchourasia commented 7 months ago

@shubhangchourasia that file doesn’t exist anymore. All CSS is inline at the current version. So there should be no need to include any CSS file at all. Do you have a reference to that CSS file somewhere in your code?

Yes, I found it and removed, solved now. Thank You