]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
feat: @prop decorator
authorEvan You <yyx990803@gmail.com>
Mon, 25 Feb 2019 22:47:02 +0000 (17:47 -0500)
committerEvan You <yyx990803@gmail.com>
Mon, 25 Feb 2019 22:47:02 +0000 (17:47 -0500)
commitcbf95c642ef4df34f300be2acb98c119d476f3df
tree30f6945d39cbd41776dec3662fe4c639c3f3042c
parentdaf166553b5a2ebe2b95035c1fe1bb20b0178f03
feat: @prop decorator
packages/decorators/.npmignore [new file with mode: 0644]
packages/decorators/README.md [new file with mode: 0644]
packages/decorators/__tests__/prop.spec.ts [new file with mode: 0644]
packages/decorators/index.js [new file with mode: 0644]
packages/decorators/package.json [new file with mode: 0644]
packages/decorators/src/index.ts [new file with mode: 0644]
packages/runtime-core/src/componentOptions.ts
packages/runtime-core/src/componentProps.ts
packages/runtime-core/src/componentState.ts
packages/runtime-core/src/componentUtils.ts