vue3-ui-preloader
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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 @@ ![logo](https://github.com/gbast0s/vue3-ui-preloader/assets/82844195/1ded0949-6132-419e-b0cd-5b86593b6253) | ||
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') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
291102
124