1.0.0 • Published 5 years ago

vuc-scratch v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

vuc-scratch


中文文档


Install

    npm install --save vuc-scratch
    
    yarn add vuc-scratch

Basic use

    // Global
    
    import vucScratch from 'vuc-scratch'
    Vue.use(vucScratch)
    
    // Local
    
    import {vucScratch} from 'vuc-scratch'
    export default {
      components: {vucScratch}
    }
    

Global Attribute Method

AttributeTypeDefault valueExplain
Hnumber55height
Wnumber300width
sizeArray35, 35Particle size
scratchColorString#D1D1D1Scraping area color
recoverBooleanfalseDetection Equivalent Value True Redrawing

slot

# There is no default style 
<div slot="content" ></div>

Tip

  • Supporting mobile end

Welcome pr issues star