Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue3-ui-preloader

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-ui-preloader - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.bak.json

@@ -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')

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc