]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
fix: more accurate types for URL and vue-router (#23)
authorZHAO Jinxiang <xiaoxiangmoe@gmail.com>
Tue, 28 Dec 2021 09:27:18 +0000 (17:27 +0800)
committerGitHub <noreply@github.com>
Tue, 28 Dec 2021 09:27:18 +0000 (17:27 +0800)
commit195a35e9a4455475ac281065330438bb2c694723
treed8be9e9ed724b3a6e3a6500dc4547e54c4ab6547
parent9deb3e95450d421a6257850300a0f1f81109658d
fix: more accurate types for URL and vue-router (#23)
52 files changed:
playground/default/vite.config.js
playground/jsx-pinia-with-tests/vite.config.js
playground/jsx-pinia/vite.config.js
playground/jsx-router-pinia-with-tests/src/App.vue
playground/jsx-router-pinia-with-tests/vite.config.js
playground/jsx-router-pinia/src/App.vue
playground/jsx-router-pinia/vite.config.js
playground/jsx-router-with-tests/src/App.vue
playground/jsx-router-with-tests/vite.config.js
playground/jsx-router/src/App.vue
playground/jsx-router/vite.config.js
playground/jsx-with-tests/vite.config.js
playground/jsx/vite.config.js
playground/pinia-with-tests/vite.config.js
playground/pinia/vite.config.js
playground/router-pinia-with-tests/src/App.vue
playground/router-pinia-with-tests/vite.config.js
playground/router-pinia/src/App.vue
playground/router-pinia/vite.config.js
playground/router-with-tests/src/App.vue
playground/router-with-tests/vite.config.js
playground/router/src/App.vue
playground/router/vite.config.js
playground/typescript-jsx-pinia-with-tests/vite.config.ts
playground/typescript-jsx-pinia/vite.config.ts
playground/typescript-jsx-router-pinia-with-tests/src/App.vue
playground/typescript-jsx-router-pinia-with-tests/vite.config.ts
playground/typescript-jsx-router-pinia/src/App.vue
playground/typescript-jsx-router-pinia/vite.config.ts
playground/typescript-jsx-router-with-tests/src/App.vue
playground/typescript-jsx-router-with-tests/vite.config.ts
playground/typescript-jsx-router/src/App.vue
playground/typescript-jsx-router/vite.config.ts
playground/typescript-jsx-with-tests/vite.config.ts
playground/typescript-jsx/vite.config.ts
playground/typescript-pinia-with-tests/vite.config.ts
playground/typescript-pinia/vite.config.ts
playground/typescript-router-pinia-with-tests/src/App.vue
playground/typescript-router-pinia-with-tests/vite.config.ts
playground/typescript-router-pinia/src/App.vue
playground/typescript-router-pinia/vite.config.ts
playground/typescript-router-with-tests/src/App.vue
playground/typescript-router-with-tests/vite.config.ts
playground/typescript-router/src/App.vue
playground/typescript-router/vite.config.ts
playground/typescript-with-tests/vite.config.ts
playground/typescript/vite.config.ts
playground/with-tests/vite.config.js
template/base/vite.config.js
template/code/router/src/App.vue
template/code/typescript-router/src/App.vue
template/config/jsx/vite.config.js