diff --git a/README.md b/README.md index 98fdbee..06b99e1 100644 --- a/README.md +++ b/README.md @@ -113,31 +113,20 @@ In a Single File Component: style="width: 300px; height: 500px; border:1px solid black; " > ... - - ... - + ... - - - -Note that for the css import to work, you'll have to have -[postcss-import](https://github.com/postcss/postcss-import) -installed as a dep. - -Also, just like the main `SvgPanZoom`component, the `thumbnail` slot needs to +Just like the main `SvgPanZoom`component, the `thumbnail` slot needs to be assigned to a `svg` node -- `embed` won't work. ### Storybook demos diff --git a/src/thumbnail.stories.vue b/src/thumbnail.stories.vue index fb15d15..789e995 100644 --- a/src/thumbnail.stories.vue +++ b/src/thumbnail.stories.vue @@ -10,12 +10,12 @@