
Security News
GitHub Actions Checkout Now Blocks Risky pull_request_target Checkouts
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.
vue-co-dialog
Advanced tools
基于co-dialog.js v2.0.8弹出框 和 依赖于vue.js2.5.17框架封装.
npm install co-dialog vue-co-dialog
并且你需要再你的文件里添加以下代码:
import Vue from 'vue'
import coog from 'co-dialog'
import VueCoog from 'vue-co-dialog'
Vue.use(VueCoog, coog)
于是你就可以获得vue绑定的$coog弹出框的API. 你可以想下面这样调用$coog:
Vue.$coog.app('.coog').use('Test', '测试完成', 'success').show();
this.$coog.app('.coog').use('Test', '测试完成', 'success').show();
FAQs
这是一个简洁,智能,个性化的JAVASCRIPT弹出框
The npm package vue-co-dialog receives a total of 9 weekly downloads. As such, vue-co-dialog popularity was classified as not popular.
We found that vue-co-dialog demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.