We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becebea commit f56cff6Copy full SHA for f56cff6
index.js
@@ -1,4 +1,4 @@
1
-import indexVue from './index'
+import indexVue from './index.vue'
2
3
function plugin( Vue, options ){
4
var myPluginVue = Vue.extend( indexVue )
index.vue
@@ -7,6 +7,7 @@
7
8
<script>
9
export default {
10
+ name: 'VuejsLoadingScreen',
11
data () {
12
return {
13
isLoading: false
package.json
@@ -1,6 +1,6 @@
{
"name": "vuejs-loading-screen",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Blocking screen while process worked",
5
"main": "index.js",
6
"scripts": {
0 commit comments