New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@gblw/vue-x-ui

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gblw/vue-x-ui - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

package.json
{
"name": "@gblw/vue-x-ui",
"description": "a simple UI for vue.js ",
"version": "0.2.2",
"version": "0.2.3",
"author": "wangmeng <501981732@qq.com>",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

@@ -78,2 +78,17 @@ ## vue-x-ui

```
main.js
import {
LoadingPlugin,
AlertPlugin,
ToastPlugin,
ConfirmPlugin
} from '@gblw/vue-x-ui'
Vue.use(LoadingPlugin)
Vue.use(AlertPlugin)
Vue.use(ToastPlugin)
Vue.use(ConfirmPlugin)
<template>

@@ -80,0 +95,0 @@ <div id="demo">

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