From 255883119881eb78f597e513dcd5d836ebf22996 Mon Sep 17 00:00:00 2001 From: Yanick Champoux Date: Sun, 12 May 2019 12:45:46 -0400 Subject: [PATCH 1/2] changes the thumbnail doc in the README ... to be more in-line with the changes that I brought to the model in v1.0.0 --- README.md | 19 ++++--------------- src/thumbnail.stories.vue | 4 ++-- 2 files changed, 6 insertions(+), 17 deletions(-) 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 @@