Chenz

Results 20 comments of Chenz

![image](https://cloud.githubusercontent.com/assets/4099122/23861335/af647442-0844-11e7-8e39-c7b0dcd6361c.png) Hi, I've tried it myself. It worked fine. below is my code app.js ``` /** * First we will load all of this project's JavaScript dependencies which * includes...

The problem do exist. In vue-blu.js, the word of `jquery` shows in these code. ``` if (typeof jQuery !== "undefined") { jQuery.fn.flatpickr = function (config) { return _flatpickr(this, config); };...

I think you can install jquery temporarily.

At present, `this.$refs.aside.isLoading = false ` is a solution. I'll improve the logic to make it easy to control the spinner.

抱歉哈,这个项目我很久不维护了。一个是工作忙碌,一个是这几年我的主要技术栈在 React 上面。没想到还有用户在使用。针对你的问题我会抽时间 fix 一下。 On Thu, Dec 30, 2021 at 5:57 PM terryoyty ***@***.***> wrote: > 大佬您好,我最近一直在使用您的vue-blu,很实用,很简约,很强大。 > > > 今天在使用日期组件的时候,发现了这个问题,虽然不影响正常使用,但控制台一直报错就很尴尬了。遇上强迫症的朋友(比如在下,哈哈),属实有点难受,影响了使用体验,如果您能百忙之中优化一下,相信会更好,谢谢大佬! > > [image: 微信截图_20211230175616] > > > —...

I will refine this part.

thx,是受到了滚动条的影响,我会在下个版本fix这个bug

The t function has a method html(). Maybe you can try this: ``` t.html('SOME_STRING', {callback1: this.callback1, callback2: this.callback2}) --- SOME_STRING: 'Click link 1 and link 2 for different purposes.' ```...

很棒!支持一下