Upgrade to Pro — share decks privately, control downloads, hide ads and more …

知人的前端开发之“道”

Avatar for farthinker farthinker
September 22, 2017

 知人的前端开发之“道”

RubyConf China 2017 分享

Avatar for farthinker

farthinker

September 22, 2017
Tweet

Other Decks in Technology

Transcript

  1. 1.0 2.0 3.0 4.0 5.0 … … … … 2005/12

    2007/12 2010/8 2013/6 2016/6 Turbolinks 5.1 2017/4 Yarn Webpacker
  2. 组件的 Attributes element.active = true <zr-popover active> element.triggerAction = ‘hover’

    <zr-popover trigger-action=“hover”> element.colors = [‘red’, ‘blue’] <zr-popover colors=“[‘red’, ‘blue’]”> element.params = {name: ‘miao’} <zr-popover params=“{‘name’:’miao’}”> ⾃自动根据类型 parse / stringify Boolean: String: Array: Hash: