liuanxin

Results 11 comments of liuanxin

为什么在 2.1.0 里面又删除了呢?

I don't understand why `router.matcher = createRouter().matcher` would have so many people agree, at least I did not succeed. vue 2.6.10, vue-router 3.1.2 And I tried to add a few...

In addition, after I added the following style, a single error prompt will be output to a line(as in the above figure, `* Not a valid` and `integer` are output...

jquery 3.4.1: https://liuanxin.github.io/version/3.4.1.html fail jquery 3.2.1: https://liuanxin.github.io/version/3.2.1.html success `$.validationEngine.defaults.scroll = false` and `$form.validationEngine('validate', { scroll: false })` are not in effect in query 3.2.1, `{ promptPosition : "topLeft" }` is...

I'm sorry, I did not express clearly I modified the code to the following ```js var flag = $form.validationEngine('validate', { promptPosition: "topLeft", scroll: false }); if (!flag) { return; }...

搜到很多都是说 `router.matcher = createRouter().matcher`, 然而我并没有成功, 不是很懂官方为什么只有一个 add, 哪怕多给一个 clear 都好啊. 还有个必须把 * 放在最后这种限制(当使用 [history](https://router.vuejs.org/zh/guide/essentials/history-mode.html) 的时候) 一开始初始的 router 里面通常是有 * => 404 的, 结果导致后面 add 进去的根本就路由不到, 只能再刷新一下页面重新 create 一次才行

> 作者早就停止维护了,兄弟。你不应该这个时候还提issue。提之前你应该看下issue区,有个老哥拉了fork进行修改,目前支持到gradle8.6. [#409](https://github.com/kezong/fat-aar-android/issues/409) 有基于这个 fork 的项目运行成功的吗? 为什么我用这个新项目, 本地跑的时候各种想像不到的错误, 处理一个又来一个, 几天了一直在 `BUILD FAILED`, 被 gradle 整得一点脾气也没有

> [@liuanxin](https://github.com/liuanxin) 我跑过。但正如我之前在一个issue提的那样,gradle在编译时会缓存任务产物,这会令fat aar产生打包不完整的bug,有class文件没打进去,你删build文件夹也没用。为了避免这个情况,你要用命令行编译,加--rerun参数,这个参数会让所有任务重新执行。 > > > > 作者早就停止维护了,兄弟。你不应该这个时候还提issue。提之前你应该看下issue区,有个老哥拉了fork进行修改,目前支持到gradle8.6. [#409](https://github.com/kezong/fat-aar-android/issues/409) > > > > > > 有基于这个 fork 的项目运行成功的吗? 为什么我用这个新项目, 本地跑的时候各种想像不到的错误, 处理一个又来一个, 几天了一直在 `BUILD FAILED`, 被 gradle 整得一点脾气也没有 我也是用的命令行, 对应的情况如下...

这种是针对 `include(project(":project-xxx"))` 的方式, 用 `include(files("libs/xx.aar"))` 的方式并没有生效(readme 文件中 Configurations 的 include 描述有提到不支持 libs/jars 以外的文件), 但是还是希望: 能支持直接基于 aar 文件的合并方式吗? 万分感谢. ----- This is the way for `include(project(":project-xxx"))`. Use the `include(files("libs/xx.aar"))` does not...

请问, Fused Library 对 databinding 有支持计划吗? ----- Is there a plan for Fused Library to support databinding?