A simple loading component for VueJS, you can check Angular version
Simple Demo: Demo
npm i -s vue-loading-compImport the component,
import VueLoading from 'vue-loading-comp'Then, register the component
export default {
...
components: {
VueLoading,
...
},
...
}It is possible to customize the text by setting attribute "text", say
<vue-loading text="読み込み中" />