Skip to content
#

Front end

Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.

Here are 5,727 public repositories matching this topic...

Front-End-Checklist
SuiKaSan
SuiKaSan commented Jan 7, 2020

在官网示例中,当使用config方式设置Modal的时候,关闭与开启的动画都是淡入淡出,为什么我在自己的项目中使用config方式创建Modal时却是滑入和淡出呢?而且还是非常卡顿闪屏式的滑入与淡出,而config创建Modal又不允许用户自己设置动画。请问这是Bug吗?有解决方式吗?

this.$Modal.confirm({
  title":'测试Modal',
  scrollable:true,
  render: (h) => {
    return h('Input', {
      props: {
        clearable: true,
        autofocus: true,
        placeholder: '您的备注'
      },
      on: {
        input: (val) 
HALLERPierre
HALLERPierre commented Jan 22, 2020

Roadmap to Gremlins 2.0

Gremlins.js is now older than 6 years old and the last commit is 2 year old. We think it’s time to give some love to this useful and fun package !

That’s with this gold in mind that @zyhou and @HALLERPierre are the new maintainers of this project.

Our first goal is to give a new youth to gremlins.js. Say goodbye to callbacks hell and say hello to promises and asy

mariusa
mariusa commented Oct 12, 2019

When getting started with tui.calendar, I found the "schedule" quite confusing, until I realized that's meant to mean one individual "event", "appointment", or "meeting". Google calendar calls those "events".

https://www.google.com/search?q=define+schedule says schedule is a list of intended events. That what would the purpose of an individual "calendar", or schedule (eg My calendar, Company, F

danspam
danspam commented Aug 31, 2018

I have found a couple of things (so far) not mentioned in the upgrade guide:

  1. filter of a CollectionView is now viewFilter and parameters have changed
  2. { sort:false } on a CollectionView should now be {sortWithCollection: false}

Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.

Wikipedia
Wikipedia
You can’t perform that action at this time.