]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: use string as prop type in TS (#13)
authorCédric Exbrayat <cexbrayat@users.noreply.github.com>
Thu, 25 Nov 2021 11:06:41 +0000 (12:06 +0100)
committerGitHub <noreply@github.com>
Thu, 25 Nov 2021 11:06:41 +0000 (19:06 +0800)
commitd29e6d668b17248ab4f526bc38b1496badef181a
treebf27a6b2bd2a048815047395b15405c8e0096a2c
parent27a9dfa97e0d982212ec83b25265e0b6a3d2782f
fix: use string as prop type in TS (#13)
18 files changed:
playground/typescript-jsx-router-vuex-with-tests/src/components/HelloWorld.vue
playground/typescript-jsx-router-vuex/src/components/HelloWorld.vue
playground/typescript-jsx-router-with-tests/src/components/HelloWorld.vue
playground/typescript-jsx-router/src/components/HelloWorld.vue
playground/typescript-jsx-vuex-with-tests/src/components/HelloWorld.vue
playground/typescript-jsx-vuex/src/components/HelloWorld.vue
playground/typescript-jsx-with-tests/src/components/HelloWorld.vue
playground/typescript-jsx/src/components/HelloWorld.vue
playground/typescript-router-vuex-with-tests/src/components/HelloWorld.vue
playground/typescript-router-vuex/src/components/HelloWorld.vue
playground/typescript-router-with-tests/src/components/HelloWorld.vue
playground/typescript-router/src/components/HelloWorld.vue
playground/typescript-vuex-with-tests/src/components/HelloWorld.vue
playground/typescript-vuex/src/components/HelloWorld.vue
playground/typescript-with-tests/src/components/HelloWorld.vue
playground/typescript/src/components/HelloWorld.vue
template/code/typescript-default/src/components/HelloWorld.vue
template/code/typescript-router/src/components/HelloWorld.vue