-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
feat: Open in new tab (fix #52) #59
Conversation
✅ Deploy Preview for histoire-examples-vue3 ready! 🔨 Explore the source changes: ff84e60 🔍 Inspect the deploy log: https://app.netlify.com/sites/histoire-examples-vue3/deploys/6239e76464114e00087879fd 😎 Browse the preview: https://deploy-preview-59--histoire-examples-vue3.netlify.app |
✅ Deploy Preview for histoire-controls ready! 🔨 Explore the source changes: ff84e60 🔍 Inspect the deploy log: https://app.netlify.com/sites/histoire-controls/deploys/6239e7641fb6840008086479 😎 Browse the preview: https://deploy-preview-59--histoire-controls.netlify.app |
✅ Deploy Preview for histoire-site ready! 🔨 Explore the source changes: ff84e60 🔍 Inspect the deploy log: https://app.netlify.com/sites/histoire-site/deploys/6239e764d2001e0008d2106e 😎 Browse the preview: https://deploy-preview-59--histoire-site.netlify.app |
@@ -1209,7 +1209,7 @@ packages: | |||
vue: | |||
optional: true | |||
dependencies: | |||
vite: 2.8.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, each time I pnpm i
, I end up with this modification. Shouldn't it be like that then?
fix #52
Description
I refacto a bit some files to spread into several components, other than that it's just a link to open the sandbox into a new tab.
Additional context
What is the purpose of this pull request?