
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@aidol/vue-laydal
Advanced tools
A popup component for vue.js.
loading
加载提示服务。其中定义了 3 种动画效果。Using npm
$ npm install @aidol/vue-laydal --save
// mian.js
import Vue from 'vue'
import laydal from '@aidol/vue-laydal'
Vue.use(laydal)
// new Vue({ //...})
Loading
服务的使用使用方式
const loadingInstance = new this.$LayLoading()
loadingInstance.open(); //开启 loading
// 随后使用 `loadingInstance.close()` 关闭 loading 即可
按需导入
import { LayLoading } from '@aidol/vue-laydal'
const loadingInstance = new LayLoading()
Loading配置
你可以向构造函数传入选项配置。
const loadingInstance = new LayLoading({ theme : "wave" , bgcolor: "red"})
选项 | 类型 | 默认值 | 可选值 | 描述 |
---|---|---|---|---|
theme | String | three-bounce | fading-circle , wave | 动画类型 |
bgcolor | String | #27A2FF (淡蓝) | 合法的 css 颜色值 | 设置loading 的颜色 |
2018-10-23 新增
loading
功能
2020-4-17 去除
model
及layer
。
FAQs
A popup component for vue.js
The npm package @aidol/vue-laydal receives a total of 0 weekly downloads. As such, @aidol/vue-laydal popularity was classified as not popular.
We found that @aidol/vue-laydal 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.