
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
vue-slim-loading
Advanced tools
yarn add vue-slim-loading # 或 npm i -S vue-slim-loading
// main.js
import Loading from 'vue-slim-loading'
Vue.use(Loading)
<!-- 任意元素中使用指令 v-loading -->
<section v-loading="true">瀑布的水逆流而上</section>
指令 | 说明 | 类型 | 默认值 |
---|---|---|---|
v-loading | 是否显示 | Boolean | false |
选项 | 说明 | 类型 | 默认值 |
---|---|---|---|
text | 文本显示 | String | null |
color | 颜色 | String | '#409EFF' |
maskClass | 遮罩样式类 | Array | null |
loadingClass | 加载样式类 | Array | null |
textClass | 文本样式类 | Array | null |
// main.js
import Loading from 'vue-slim-loading'
Vue.use(Loading, { text: '加载中', color: 'green' })
Attribute 将会覆盖 Option
属性 | 说明 | 类型 | 默认值 |
---|---|---|---|
loading-text | 文本显示 | String | null |
loading-color | 颜色 | String | '#409EFF' |
<section v-loading="true" loading-text="加载中">瀑布的水逆流而上</section>
名称 | 说明 |
---|---|
default | loading 内容 |
Copyright (c) 2018-present, momoko
FAQs
💇 开箱即用的 vue 加载组件,改造于 ElementUI/Loading
We found that vue-slim-loading 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.