vue3-ui-preloader
Advanced tools
Comparing version
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"private": false, | ||
@@ -12,0 +12,0 @@ "description": "Vue3 preloader component made with CSS transistions and animations, easy to use, integrate and customize.", |
@@ -9,3 +9,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"private": false, | ||
@@ -12,0 +12,0 @@ "description": "Vue3 preloader component made with CSS transistions and animations, easy to use, integrate and customize.", |
@@ -34,2 +34,4 @@  | ||
Vue 3 blitz link - https://stackblitz.com/edit/vue-xxhtha?file=src%2FApp.vue | ||
## Installation | ||
@@ -46,2 +48,4 @@ | ||
Vue 3 blitz link - https://stackblitz.com/edit/vue-xxhtha?file=src%2FApp.vue | ||
In your main.js | ||
@@ -75,2 +79,4 @@ ```js | ||
CDN demo link - https://jsfiddle.net/1t0jyeqh/10/ | ||
In your index.html | ||
@@ -92,7 +98,6 @@ ```html | ||
import { createApp } from 'vue' | ||
import App from './App.vue' | ||
const app = createApp(App) | ||
const { createApp } = Vue | ||
app.component('loader', loader) | ||
const app = createApp(loader) | ||
@@ -99,0 +104,0 @@ app.mount('#app') |
291102
0.06%124
4.2%