Releases: aceHubert/vue-async
@vue-async/[email protected]
移除module-loader在ssr中使用
移除utils 中 error, warn 方法(可直接使用warning包替代)
💥 Breaking Change
module-loader 不可以在服务端使用
@vue-async/[email protected]
移除dymanicComponent功能模块
💥 Breaking Change
dymanicComponent功能无法使用
可通过参数方式自行处理组件传递或使用loadComponent()加载远程组件
v1.1.0
v1.0.7
$moduleLoader 添加 sync
参数
sycn: true
时脚本将按顺序执行
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
v1.0.6
$moduleLoader
参数修改
1、加载模块模式修改
添加 args 将传递到子模块入口函数的第二个参数
2、添加 options 选项:
error:单个 module 的异常处理方法
success: 所有模块加载成功,如果不赋值则$moduleLoader
将返回 Promise
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
v1.0.5
$moduleLoader
添加额外 css 文件加载
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
v1.0.4
解决在模块中 import vue from 'Vue' 无法找到对象问题
添加子模块在 Typescript中的类型定义
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
v1.0.3
移出 Vue.use() options 中的 store 和 router
从 root new Vue() 实例中自动 inject store 和 router 对象
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]
v1.0.1
@vue-async/[email protected]
@vue-async/[email protected]
@vue-async/[email protected]