cybermerlin

Results 17 comments of cybermerlin

support use ``` "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-proposal-decorators": "^7.1.0", ```

@SecretPocketCat, @mavarok, just check versions of npm packages: ``` "@babel/core": "=7.4.5", "@babel/generator": "=7.4.4", "@babel/plugin-proposal-class-properties": "=7.4.4", "@babel/plugin-proposal-decorators": "=7.4.4", "@babel/plugin-proposal-object-rest-spread": "=7.4.4", "@babel/plugin-syntax-dynamic-import": "=7.2.0", "@babel/plugin-transform-async-to-generator": "=7.4.4", "@babel/plugin-transform-block-scoping": "=7.4.4", "@babel/plugin-transform-exponentiation-operator": "=7.2.0", "@babel/plugin-transform-modules-commonjs": "=7.4.4", "@babel/plugin-transform-parameters":...

for reactive: ``` @Component class Some extends Vue { @Prop value; @Watch('value') onChangeValue(newValue) { this.data = newValue;} data; created(){ this.data = this.value} @Emit('data') onChangeData(d) { ... return this.data} } ```...

and ```cmd >weex plugin add nat 23:21:07 : This package of weex is not support anymore! Please choose other package. ```

add typescript-loader into vue.config.js or try to use `` and transpile u'r *.ts

@blainehansen , btw, be careful, ur task created not by guideline =)

in options if change some - then not applying to grid. use row.height. in new version i add method setRowHeight in [my repo](https://github.com/cybermerlin/ui-grid)

chek it out please in [my repo](https://github.com/cybermerlin/ui-grid/tree/develop)

I can't use type cast in SQL because inline SQL used as a template for many types (in JavaScript understand Number or String, as BIGINT or TEXT). For other types...

float = Number in js