0.1.6 • Published 1 year ago

vue-float v0.1.6

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

vue-float

installation

 npm install vue-float

usage:

<vue-float>
  <h1>this is vue float component</h1>
</vue-float>

.vue file:

  import VueFloat from 'vue-float'
  import "vue-float/dist/vue-float.css"
  ...
  export default {
        components: {
            VueFloat,
        },
  ...