FuryBean
FuryBean
在API上加。
周末有空修。
目前只有一份keynote,晚些时候小鱼会放出来。 有写成文章的想法,不清楚有多少人想看,想看的人可以在这个issue下留言,如果人数超过10人,我会考虑去做这件事。
可以使用 [XDomainRequest](https://blogs.msdn.microsoft.com/ieinternals/2010/05/13/xdomainrequest-restrictions-limitations-and-workarounds/),或者使用封装好的库,比如 [axios](https://github.com/mzabriskie/axios)。
感觉这篇应该是 tutorial,不是 style guide。
you should import css: ``` require('vue-msgbox/lib/vue-msgbox.css'); ``` Or You can try import this component this way: ``` JavaScript import MessageBox from 'vue-msgbox/src'; ```
You can try this: ``` import MessageBox from 'vue-msgbox'; MessageBox.defaults.confirmButtonText = 'OK'; MessageBox.defaults.cancelButtonText = 'Cancel'; ```
@Leopoldthecoder @QingWei-Li
可以这么解决: ``` HTML ```