Skip to content

Commit

Permalink
update playground
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Apr 19, 2024
1 parent 8712ac6 commit 8cc0ff9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/storybook-nuxt/playground/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Nuxt dev/build outputs
.output
.nuxt
.nuxt-storybook
.nitro
.cache
dist
Expand Down
4 changes: 2 additions & 2 deletions packages/storybook-nuxt/playground/components/MyNuxtImage.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<NuxtImg
src="/images/sb-nuxt-logo.png"
src="/images/sb-nuxt-logo.jpg"
:placeholder="[30, 20]"
width="300"
height="200"
Expand All @@ -12,7 +12,7 @@
responsive image with nuxt-image component:
</h4>
<NuxtPicture
src="/images/sb-nuxt-logo.png"
src="/images/sb-nuxt-logo.jpg"
width="1204"
height="632"
sizes="xs:200px md:500px lg:1024"
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cc0ff9

Please sign in to comment.