@copy-paste/loading

1.0.4 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @copy-paste/loading

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

4.02 kB

Total Files

6

Last publish

Collaborators

  • pipatkhantarak