🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

el-dialog-plugin

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

el-dialog-plugin

Element Dialog Plugin

unpublished
latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

wartermarker

vue

  • 开发
npm start
// 打包
npm run build
// 发布
npm publish
// 测试用例
npm run test

问题

有些旧版本的项目,用的很老的requireJs,不是标注的amd规范,webpack打包后输出的AMD兼容加载格式为

define([], factory);

需要调整为 factory() 直接运行,否则会报错,需手动打包后修改js文件发布

FAQs

Package last updated on 01 Sep 2021

Did you know?

Socket

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.

Install

Related posts