2.1.1 • Published 4 years ago

vue-loading-comp v2.1.1

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

Vue Loading Component

A simple loading component for VueJS, you can check Angular version

Simple Demo: Demo

Install

npm i -s vue-loading-comp

Usage

Import the component,

import VueLoading from 'vue-loading-comp'

Then, register the component

export default {
  ...
  components: {
    VueLoading,
    ...
  },
  ...
}

Setting the text

It is possible to customize the text by setting attribute "text", say

<vue-loading text="読み込み中" />
2.1.1

4 years ago

2.1.0

4 years ago

2.0.4

5 years ago

2.0.3

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago