We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@ustbhuangyi
Vue.component(conf.name, (resolve, reject) => { loadScript(conf.src).then(() => { resolve(modules[id]) }).catch(() => { reject() }) })
问题: (1)loadScript 函数的实现 是用的npm库,还是如何实现的,猜想你里面应该是promise的写法去动态创建scsript标签,插入异步业务线的 js 地址(单独基于webpack打包的), (2)业务线代码仓库下的 JS开发 是直接编写vue格式文件的全局组件定义方式吗? (3)这个组件的开发,他所依赖的npm包 在那里安装了?
建议给个例子!
Originally posted by @wwb568109135 in #13 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@ustbhuangyi
问题:
(1)loadScript 函数的实现 是用的npm库,还是如何实现的,猜想你里面应该是promise的写法去动态创建scsript标签,插入异步业务线的 js 地址(单独基于webpack打包的),
(2)业务线代码仓库下的 JS开发 是直接编写vue格式文件的全局组件定义方式吗?
(3)这个组件的开发,他所依赖的npm包 在那里安装了?
建议给个例子!
Originally posted by @wwb568109135 in #13 (comment)
The text was updated successfully, but these errors were encountered: