Terry Zeng

Results 83 comments of Terry Zeng

这。。。。。不是已经有X来关闭标签页了吗,这样不是比菜单方便多了

原来说的是这些功能,这些功能已在开发计划中,后续会增加,请关注

感谢指出问题,且指出如此详尽 bTabs目前功能正在开发新功能,您指出的问题我也会进行测试并调整代码 再次感谢

The i18n content(multiple language) maintenance in `language.js`, it can not custom by some option for currently.

ant design vue 不是也有弹窗么,为啥还要引入第三方弹窗。。

This feature is considered to be added in future versions.

Try below ```js async openReferral(mailID) { let that = this; let addReferral= async ()=>{return await import('../../referral/referralTask/add.vue')} that.$dlg.modal(addReferral(), {width: 800, height: 750, title: "add task" params: { mailID :mailID, } });...

Is it okay in the old version?

I tried some mixins case and use `v2.2.0` of v-diaogs, it's work fine, can you post more content to help find issues. `mixins.js` file ```js export default { methods: {...