qyloxe
qyloxe
Hello, this project looks very promising. Your code is beautiful and clean. I'd like to try to use vue-blocks in my side Quasar project and hope, that those (and more...
I changed slightly iconClass function: this.iconClass = ko.pureComputed(function() { var cssClass, extraClass = ['ico']; if(this.cdo.isFolder === true) { cssClass = this.rdo.icon_class || 'ico_folder'; // HERE if(this.isLoading() === true) { extraClass.push('loading');...
This is an awesome vue component and it works ok on desktop and chrome mobile, but in opera mobile, there's a problem, where instead of one line marquee we can...
currently this code: ``` updateItem(itemValue) { const index = this.localValue.findIndex(v => v[this.rowKey] === itemValue[this.rowKey]); this.$set(this.localValue, index, itemValue); this.$emit("input", this.localValue); } ``` emits the whole tree struct from this.localValue. It would...
This component could be just better than QTree in so many use cases. I really do not want to overstep, but would it be possible to implement this behaviours from...
**Is your feature request related to a problem? Please describe.** There is a events property which allows to mark individual days in month view with colored underline. Unfortunately I would...