
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
@mamba-le/plugin-nuxt
Advanced tools
nuxt 扩展插件库
components
├── locales # 多语言
│ ├── en
│ │ ├── action.ts
│ │ ├── index.ts
│ │ ├── other.ts
│ │ └── tips.ts
│ ├── index.ts
│ └── zh
│ ├── action.ts
│ ├── index.ts
│ ├── other.ts
│ └── tips.ts
├── other
│ └── i18nT.vue # 多语言的 $t 函数组件 打平 vue3
├── page
│ ├── action # 操作按钮
│ │ ├── action_delete.vue
│ │ ├── action_export.vue
│ │ ├── action_import.vue
│ │ ├── action_info.vue
│ │ ├── action_insert.vue
│ │ ├── action_update.vue
│ │ ├── index.vue
│ │ └── script.ts # 操作按钮的 Mixins
│ ├── details # 详情表单
│ │ ├── index.vue
│ │ └── script.ts # 详情表单的 Mixins
│ ├── field # 表单 field 扩展
│ │ ├── declare.ts # 表单 field 类型定义
│ │ ├── index.vue # 表单 field 组合导出
│ │ ├── item.vue # 布局使用
│ │ ├── script.ts # 表单 field 的 Mixins
│ │ └── views
│ │ ├── checkbox.vue
│ │ ├── date.vue
│ │ ├── dateMonth.vue
│ │ ├── dateRange.vue
│ │ ├── dateWeek.vue
│ │ ├── image.vue
│ │ ├── password.vue
│ │ ├── radio.vue
│ │ ├── rate.vue
│ │ ├── select.vue
│ │ ├── slider.vue
│ │ ├── switch.vue
│ │ ├── text.vue
│ │ ├── textarea.vue
│ │ ├── transfer.vue
│ │ └── upload.vue
│ ├── grid # 数据展示 aggrid
│ │ ├── agGrid.async.vue # aggrid vue 懒加载
│ │ ├── defaultOptions.ts # aggrid 默认配置
│ │ ├── framework # aggrid 展示组件
│ │ │ ├── index.ts
│ │ │ ├── loadingOverlay.vue
│ │ │ └── noRowsOverlay.vue
│ │ ├── index.vue # aggrid 组合导出使用
│ │ ├── loading.vue # aggrid 加载过渡组件
│ │ ├── locale.ts
│ │ └── pagination.vue # 分页组件
│ ├── filter.vue # 搜索表单
│ ├── provider.vue # provider
│ ├── table.vue # antd table 可能有bug 无实际使用过
│ └── view.vue # 弹出框视图 路由参数扩展版本
├── index.ts
└── prototype.ts
FAQs
nuxt 的配置扩展以及 配合基础库使用的 页面组件
The npm package @mamba-le/plugin-nuxt receives a total of 51 weekly downloads. As such, @mamba-le/plugin-nuxt popularity was classified as not popular.
We found that @mamba-le/plugin-nuxt 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
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.