A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.npmjs.com/package/nuxt-dropzone below:

nuxt-dropzone - npm

nuxt-dropzone

A Nuxt SSR-compatible Dropzone component, internally powered by vue-dropzone.

Installation
npm i --save nuxt-dropzone 
Usage

See the demo project.

<template>

  <dropzone id="foo" ref="el" :options="options" :destroyDropzone="true"></dropzone>

</template>

<script>

import Dropzone from 'nuxt-dropzone'

import 'nuxt-dropzone/dropzone.css'

 

export default {

  components: {

    Dropzone

  },

  data() {

    return {

      

      options: {

        url: "http://httpbin.org/anything"

      }

    }

  },

  mounted() {

    

    const instance = this.$refs.el.dropzone

  }

}

</script>

See the vue-dropzone docs for futher configuration information.

Direct AWS S3 uploads are also supported.

Common issues and solutions Issues & contributing

Please file any issues under Github issues, be sure to include your Nuxt release version as well as a minimal, complete, and verifiable example.
Contributions welcome, be sure to test the demo application with any changes before filing a pull request.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4