1.0.4 • Published 4 years ago

@copy-paste/loading v1.0.4

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

Other

validate with Vue.js

grid with Vue.js

Development

npm install @copy-paste/loading

Config

<!-- components/loading.vue -->
<template>
    <div>loading custom...</div>
</template>
import loader from '@/loading/index.js'
import loading from '@/components/loading.vue'

Vue.use(loader, {
    animation: 'custom', //transition vue, default no animation
    loading
})

Usage

//show
this.$loading(true)

//hide
this.$loading(false)

📑 License

MIT License

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