-
sometimes we want to use `new` to construct component instance directly
-
enter 和 init 有什么区别?
-
regularjs的npm version定义不规范:`0.6.0-beta.3`,导致regular-loader安装失败。麻烦更新一下
-
之前用过了regular,挺好用的,兼容性也不错,但是好像没有路由,官方有提供路由支持吗?
-
如题,麻烦Regular相关工作人员排查一下。谢谢
![image](https://cloud.githubusercontent.com/assets/6138899/26352920/7ae2b27c-3ff0-11e7-86a1-541086f26c13.png)
![image](https://cloud.githubusercontent.com/assets/61388…
-
https://github.com/regularjs/regular
-
umd" - Export to AMD, CommonJS2 or as property in root
如果不加commonjs2, 打包出来后, regularjs为undefined
`if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require(…
-
Regularjs是基于脏检查的,当数据发生改变时,Regularjs至少会检查两次,因为要消除第一次循环可能带来的数据变化,比如
```
this.$watch('a', function(a){
this.data.b = a+ 1;
})
```
经过这个watcher后,数据b其实也发生了改变。 但实际上我们只需要再检查上述可能会带来的watcher对象,而无需检查安全的watc…
-
Hi,
I was trying to use ```NEJ.define``` as an AMD module system for module management. I downloaded the distribution version ```regular.js``` and included it like this:
```javascript
define([…
-
我是将regular ui 的 selectgroup 改为了 selectMultipleGroup。初始化的时候第一个select 会默认选中第一个不知为什么,不知道哪里赋的值,代码在下面可以直接跑
```
var template1 = ' \
{#if placeholder}{placeholder}{/if} \
{#list source as item} \…