Histórico de Commits

Autor SHA1 Mensagem Data
  Evan You e7e86fd08b warn computed properties that are already defined as data or props há 9 anos atrás
  Kenneth Crawford 6fcfdbd83f warn and handle missing get in computed (fix #5265) (#5267) há 9 anos atrás
  Evan You 59a372229b also catch error in data() (close #5198) há 9 anos atrás
  Chris Casola 3dc9338479 Warn when defining a method with same name as a prop (#4950) há 9 anos atrás
  M Habib Rohman 2f520ba9ee fix doc comment typo (#4954) há 9 anos atrás
  Evan You 168200a00a tweak comments há 9 anos atrás
  Evan You e870e6c6af move props definition to component prototype when possible há 9 anos atrás
  Evan You 406352baba move computed properties definition to component prototype when possible há 9 anos atrás
  Evan You 87ffd0da9f tweaks há 9 anos atrás
  yantene 22f9560c92 add $props há 9 anos atrás
  Evan You 769c4dc203 ensure mutating extended constructor options does not affect parent (fix #4767) há 9 anos atrás
  Evan You 2b67eeca4d warn computed properties that clash with existing properties (close #4562) há 9 anos atrás
  Evan You 0fe431b490 optimize components with no data option há 9 anos atrás
  Evan You dae1f3df48 optimize instance initialization há 9 anos atrás
  Chris Fritz 4120d1adc2 reference doc in component data function warning (#4378) há 9 anos atrás
  Evan You 80bf5d6636 rearrange util functions so ones unused in runtime build can be dropped by uglify há 9 anos atrás
  Evan You 6034c3e699 ensure methods are available in data() (close #4302) há 9 anos atrás
  Evan You acfe1ad4a2 warn using reserved attrs as prop (close #4241) há 9 anos atrás
  Evan You 1bcc571739 Revert "fix #4041, warn overriding Vue's internal methods (#4111)" há 9 anos atrás
  (´・ω・`) 4078ce9c58 fix #4041, warn overriding Vue's internal methods (#4111) há 9 anos atrás
  Evan You 1bb7cba0e0 improve event warning with component information (close #3831) há 9 anos atrás
  Evan You 037449f453 ensure prop default value when instantiating without propsData (fix #3693) há 9 anos atrás
  Evan You d0c13c7e66 test undefined method warning há 9 anos atrás
  Darius Tall 724a59348f Add undefined check for instance methods (#3656) há 9 anos atrás
  Evan You 1e74675053 expose Vue.set/delete on instances as vm.$set/$delete há 9 anos atrás
  Evan You 03621ee245 adjust render fn + fix props validation for functional components há 10 anos atrás
  Evan You 2bb15044d1 prohibit replacing $data há 10 anos atrás
  Evan You 03e0dab1f4 add prop mutation warning há 10 anos atrás
  Evan You 6a48b35473 props tests há 10 anos atrás
  Evan You 3db3ca5623 fix ssr tests há 10 anos atrás