1.0.5 • Published 4 years ago

vue-digital-screen v1.0.5

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

dig

xx

Build Setup

npm install vue-digital-screen

import svgxx from 'vue-digital-screen'

Vue.use(svgxx)

test.vue  

  data () {
    return {
      msg: 'Welcome to Your Vue.js App',
              digital: {
                fill: "#093e55",
                width: 300,
                height: 100,
                singleWidth: 15,
                singHeight: 30,
                spaceBetween: 6,
                lineWidth: 4

            }
    }
  }

<digital-screen 
    ids="x1" value="20.12" 
    :fill="digital.fill" 
    :width="digital.width" 
    :height="digital.height" 
    :singleWidth="digital.singleWidth" 
    :singHeight="digital.singleHeight" 
    :spaceBetween="digital.spaceBetween" 
    :lineWidth="digital.lineWidth">
</digital-screen>   
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago