diff --git a/README.md b/README.md index 45d23a0..99569ad 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,59 @@ export default { ``` +### File Upload Sample +You can upload file instead of using direct image link. +*Usage* +In your form add a `file input` along with `vue-croppie` component. +```vue + + +