]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commit
chore: update playground
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 29 Nov 2021 08:57:29 +0000 (16:57 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 29 Nov 2021 08:57:29 +0000 (16:57 +0800)
commitc0a75326edc4ee40acf71f6744840119a5831101
tree6125b1ddecffa7e55f0d5a3d6b8950c735795277
parenta88f354cd4f5572cf951c0a2833142c5e23190c8
chore: update playground
425 files changed:
playground/jsx-pinia-with-tests/.gitignore [moved from playground/jsx-router-vuex-with-tests/.gitignore with 100% similarity]
playground/jsx-pinia-with-tests/README.md [moved from playground/jsx-vuex-with-tests/README.md with 97% similarity]
playground/jsx-pinia-with-tests/cypress.json [moved from playground/jsx-router-vuex-with-tests/cypress.json with 100% similarity]
playground/jsx-pinia-with-tests/cypress/fixtures/example.json [moved from playground/jsx-router-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/jsx-pinia-with-tests/cypress/integration/example.spec.js [moved from playground/jsx-vuex-with-tests/cypress/integration/example.spec.js with 100% similarity]
playground/jsx-pinia-with-tests/cypress/jsconfig.json [moved from playground/jsx-router-vuex-with-tests/cypress/jsconfig.json with 100% similarity]
playground/jsx-pinia-with-tests/cypress/plugins/index.js [moved from playground/jsx-router-vuex-with-tests/cypress/plugins/index.js with 100% similarity]
playground/jsx-pinia-with-tests/cypress/support/commands.js [moved from playground/jsx-router-vuex-with-tests/cypress/support/commands.js with 100% similarity]
playground/jsx-pinia-with-tests/cypress/support/index.js [moved from playground/jsx-router-vuex-with-tests/cypress/support/index.js with 100% similarity]
playground/jsx-pinia-with-tests/index.html [moved from playground/jsx-router-vuex-with-tests/index.html with 100% similarity]
playground/jsx-pinia-with-tests/package.json [moved from playground/jsx-vuex-with-tests/package.json with 89% similarity]
playground/jsx-pinia-with-tests/public/favicon.ico [moved from playground/jsx-router-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/jsx-pinia-with-tests/src/App.vue [moved from playground/jsx-vuex-with-tests/src/App.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/assets/base.css [moved from playground/jsx-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/jsx-pinia-with-tests/src/assets/logo.svg [moved from playground/jsx-router-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/jsx-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/jsx-router-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/jsx-router-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/jsx-router-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/jsx-router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
playground/jsx-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/jsx-router-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/jsx-pinia-with-tests/src/main.js [moved from playground/vuex-with-tests/src/main.js with 64% similarity]
playground/jsx-pinia-with-tests/src/stores/counter.js [new file with mode: 0644]
playground/jsx-pinia-with-tests/vite.config.js [moved from playground/jsx-router-vuex-with-tests/vite.config.js with 100% similarity]
playground/jsx-pinia/.gitignore [moved from playground/jsx-router-vuex/.gitignore with 100% similarity]
playground/jsx-pinia/README.md [moved from playground/jsx-vuex/README.md with 97% similarity]
playground/jsx-pinia/index.html [moved from playground/jsx-router-vuex/index.html with 100% similarity]
playground/jsx-pinia/package.json [moved from playground/jsx-vuex/package.json with 80% similarity]
playground/jsx-pinia/public/favicon.ico [moved from playground/jsx-router-vuex/public/favicon.ico with 100% similarity]
playground/jsx-pinia/src/App.vue [moved from playground/jsx-vuex/src/App.vue with 100% similarity]
playground/jsx-pinia/src/assets/base.css [moved from playground/jsx-vuex/src/assets/base.css with 100% similarity]
playground/jsx-pinia/src/assets/logo.svg [moved from playground/jsx-router-vuex/src/assets/logo.svg with 100% similarity]
playground/jsx-pinia/src/components/HelloWorld.vue [moved from playground/jsx-router-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/jsx-pinia/src/components/TheWelcome.vue [moved from playground/jsx-router-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/jsx-pinia/src/components/WelcomeItem.vue [moved from playground/jsx-router-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/jsx-pinia/src/components/icons/IconCommunity.vue [moved from playground/jsx-router-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/jsx-pinia/src/components/icons/IconDocumentation.vue [moved from playground/jsx-router-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/jsx-pinia/src/components/icons/IconEcosystem.vue [moved from playground/jsx-router-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/jsx-pinia/src/components/icons/IconSupport.vue [moved from playground/jsx-router-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/jsx-pinia/src/components/icons/IconTooling.vue [moved from playground/jsx-router-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/jsx-pinia/src/main.js [moved from playground/jsx-vuex-with-tests/src/main.js with 64% similarity]
playground/jsx-pinia/src/stores/counter.js [new file with mode: 0644]
playground/jsx-pinia/vite.config.js [moved from playground/jsx-router-vuex/vite.config.js with 100% similarity]
playground/jsx-router-pinia-with-tests/.gitignore [moved from playground/jsx-vuex-with-tests/.gitignore with 100% similarity]
playground/jsx-router-pinia-with-tests/README.md [moved from playground/jsx-router-vuex-with-tests/README.md with 96% similarity]
playground/jsx-router-pinia-with-tests/cypress.json [moved from playground/jsx-vuex-with-tests/cypress.json with 100% similarity]
playground/jsx-router-pinia-with-tests/cypress/fixtures/example.json [moved from playground/jsx-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/jsx-router-pinia-with-tests/cypress/integration/example.spec.js [moved from playground/jsx-router-vuex-with-tests/cypress/integration/example.spec.js with 100% similarity]
playground/jsx-router-pinia-with-tests/cypress/jsconfig.json [moved from playground/jsx-vuex-with-tests/cypress/jsconfig.json with 100% similarity]
playground/jsx-router-pinia-with-tests/cypress/plugins/index.js [moved from playground/jsx-vuex-with-tests/cypress/plugins/index.js with 100% similarity]
playground/jsx-router-pinia-with-tests/cypress/support/commands.js [moved from playground/jsx-vuex-with-tests/cypress/support/commands.js with 100% similarity]
playground/jsx-router-pinia-with-tests/cypress/support/index.js [moved from playground/jsx-vuex-with-tests/cypress/support/index.js with 100% similarity]
playground/jsx-router-pinia-with-tests/index.html [moved from playground/jsx-vuex-with-tests/index.html with 100% similarity]
playground/jsx-router-pinia-with-tests/package.json [moved from playground/jsx-router-vuex-with-tests/package.json with 88% similarity]
playground/jsx-router-pinia-with-tests/public/favicon.ico [moved from playground/jsx-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/jsx-router-pinia-with-tests/src/App.vue [moved from playground/jsx-router-vuex-with-tests/src/App.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/assets/base.css [moved from playground/jsx-router-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/jsx-router-pinia-with-tests/src/assets/logo.svg [moved from playground/jsx-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/jsx-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/jsx-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/jsx-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/jsx-vuex-with-tests/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/jsx-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/jsx-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/jsx-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/jsx-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/jsx-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/main.js [moved from playground/jsx-router-vuex/src/main.js with 72% similarity]
playground/jsx-router-pinia-with-tests/src/router/index.js [moved from playground/jsx-router-vuex-with-tests/src/router/index.js with 100% similarity]
playground/jsx-router-pinia-with-tests/src/stores/counter.js [new file with mode: 0644]
playground/jsx-router-pinia-with-tests/src/views/AboutView.vue [moved from playground/jsx-router-vuex-with-tests/src/views/AboutView.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/src/views/HomeView.vue [moved from playground/jsx-router-vuex-with-tests/src/views/HomeView.vue with 100% similarity]
playground/jsx-router-pinia-with-tests/vite.config.js [moved from playground/jsx-vuex-with-tests/vite.config.js with 100% similarity]
playground/jsx-router-pinia/.gitignore [moved from playground/jsx-vuex/.gitignore with 100% similarity]
playground/jsx-router-pinia/README.md [moved from playground/jsx-router-vuex/README.md with 96% similarity]
playground/jsx-router-pinia/index.html [moved from playground/jsx-vuex/index.html with 100% similarity]
playground/jsx-router-pinia/package.json [moved from playground/jsx-router-vuex/package.json with 79% similarity]
playground/jsx-router-pinia/public/favicon.ico [moved from playground/jsx-vuex/public/favicon.ico with 100% similarity]
playground/jsx-router-pinia/src/App.vue [moved from playground/jsx-router-vuex/src/App.vue with 100% similarity]
playground/jsx-router-pinia/src/assets/base.css [moved from playground/jsx-router-vuex/src/assets/base.css with 100% similarity]
playground/jsx-router-pinia/src/assets/logo.svg [moved from playground/jsx-vuex/src/assets/logo.svg with 100% similarity]
playground/jsx-router-pinia/src/components/HelloWorld.vue [moved from playground/jsx-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/jsx-router-pinia/src/components/TheWelcome.vue [moved from playground/jsx-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/jsx-router-pinia/src/components/WelcomeItem.vue [moved from playground/jsx-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/jsx-router-pinia/src/components/icons/IconCommunity.vue [moved from playground/jsx-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/jsx-router-pinia/src/components/icons/IconDocumentation.vue [moved from playground/jsx-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/jsx-router-pinia/src/components/icons/IconEcosystem.vue [moved from playground/jsx-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/jsx-router-pinia/src/components/icons/IconSupport.vue [moved from playground/jsx-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/jsx-router-pinia/src/components/icons/IconTooling.vue [moved from playground/jsx-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/jsx-router-pinia/src/main.js [moved from playground/router-vuex-with-tests/src/main.js with 72% similarity]
playground/jsx-router-pinia/src/router/index.js [moved from playground/jsx-router-vuex/src/router/index.js with 100% similarity]
playground/jsx-router-pinia/src/stores/counter.js [new file with mode: 0644]
playground/jsx-router-pinia/src/views/AboutView.vue [moved from playground/jsx-router-vuex/src/views/AboutView.vue with 100% similarity]
playground/jsx-router-pinia/src/views/HomeView.vue [moved from playground/jsx-router-vuex/src/views/HomeView.vue with 100% similarity]
playground/jsx-router-pinia/vite.config.js [moved from playground/jsx-vuex/vite.config.js with 100% similarity]
playground/jsx-router-vuex-with-tests/src/store/index.js [deleted file]
playground/jsx-router-vuex/src/store/index.js [deleted file]
playground/jsx-vuex-with-tests/src/store/index.js [deleted file]
playground/jsx-vuex/src/store/index.js [deleted file]
playground/pinia-with-tests/.gitignore [moved from playground/router-vuex-with-tests/.gitignore with 100% similarity]
playground/pinia-with-tests/README.md [moved from playground/vuex-with-tests/README.md with 97% similarity]
playground/pinia-with-tests/cypress.json [moved from playground/router-vuex-with-tests/cypress.json with 100% similarity]
playground/pinia-with-tests/cypress/fixtures/example.json [moved from playground/router-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/pinia-with-tests/cypress/integration/example.spec.js [moved from playground/vuex-with-tests/cypress/integration/example.spec.js with 100% similarity]
playground/pinia-with-tests/cypress/jsconfig.json [moved from playground/router-vuex-with-tests/cypress/jsconfig.json with 100% similarity]
playground/pinia-with-tests/cypress/plugins/index.js [moved from playground/router-vuex-with-tests/cypress/plugins/index.js with 100% similarity]
playground/pinia-with-tests/cypress/support/commands.js [moved from playground/router-vuex-with-tests/cypress/support/commands.js with 100% similarity]
playground/pinia-with-tests/cypress/support/index.js [moved from playground/router-vuex-with-tests/cypress/support/index.js with 100% similarity]
playground/pinia-with-tests/index.html [moved from playground/router-vuex-with-tests/index.html with 100% similarity]
playground/pinia-with-tests/package.json [moved from playground/vuex-with-tests/package.json with 89% similarity]
playground/pinia-with-tests/public/favicon.ico [moved from playground/router-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/pinia-with-tests/src/App.vue [moved from playground/vuex-with-tests/src/App.vue with 100% similarity]
playground/pinia-with-tests/src/assets/base.css [moved from playground/typescript-jsx-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/pinia-with-tests/src/assets/logo.svg [moved from playground/router-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/pinia-with-tests/src/components/HelloWorld.vue [moved from playground/router-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/pinia-with-tests/src/components/TheWelcome.vue [moved from playground/router-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/router-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
playground/pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/router-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/router-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/router-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/router-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/router-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/pinia-with-tests/src/main.js [moved from playground/vuex/src/main.js with 64% similarity]
playground/pinia-with-tests/src/stores/counter.js [new file with mode: 0644]
playground/pinia-with-tests/vite.config.js [moved from playground/router-vuex-with-tests/vite.config.js with 100% similarity]
playground/pinia/.gitignore [moved from playground/router-vuex/.gitignore with 100% similarity]
playground/pinia/README.md [moved from playground/vuex/README.md with 98% similarity]
playground/pinia/index.html [moved from playground/router-vuex/index.html with 100% similarity]
playground/pinia/package.json [moved from playground/vuex/package.json with 79% similarity]
playground/pinia/public/favicon.ico [moved from playground/router-vuex/public/favicon.ico with 100% similarity]
playground/pinia/src/App.vue [moved from playground/vuex/src/App.vue with 100% similarity]
playground/pinia/src/assets/base.css [moved from playground/typescript-jsx-vuex/src/assets/base.css with 100% similarity]
playground/pinia/src/assets/logo.svg [moved from playground/router-vuex/src/assets/logo.svg with 100% similarity]
playground/pinia/src/components/HelloWorld.vue [moved from playground/router-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/pinia/src/components/TheWelcome.vue [moved from playground/router-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/pinia/src/components/WelcomeItem.vue [moved from playground/router-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/pinia/src/components/icons/IconCommunity.vue [moved from playground/router-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/pinia/src/components/icons/IconDocumentation.vue [moved from playground/router-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/pinia/src/components/icons/IconEcosystem.vue [moved from playground/router-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/pinia/src/components/icons/IconSupport.vue [moved from playground/router-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/pinia/src/components/icons/IconTooling.vue [moved from playground/router-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/pinia/src/main.js [moved from playground/jsx-vuex/src/main.js with 64% similarity]
playground/pinia/src/stores/counter.js [new file with mode: 0644]
playground/pinia/vite.config.js [moved from playground/router-vuex/vite.config.js with 100% similarity]
playground/router-pinia-with-tests/.gitignore [moved from playground/typescript-jsx-router-vuex-with-tests/.gitignore with 100% similarity]
playground/router-pinia-with-tests/README.md [moved from playground/router-vuex-with-tests/README.md with 97% similarity]
playground/router-pinia-with-tests/cypress.json [moved from playground/typescript-jsx-router-vuex-with-tests/cypress.json with 100% similarity]
playground/router-pinia-with-tests/cypress/fixtures/example.json [moved from playground/typescript-jsx-router-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/router-pinia-with-tests/cypress/integration/example.spec.js [moved from playground/router-vuex-with-tests/cypress/integration/example.spec.js with 100% similarity]
playground/router-pinia-with-tests/cypress/jsconfig.json [moved from playground/vuex-with-tests/cypress/jsconfig.json with 100% similarity]
playground/router-pinia-with-tests/cypress/plugins/index.js [moved from playground/vuex-with-tests/cypress/plugins/index.js with 100% similarity]
playground/router-pinia-with-tests/cypress/support/commands.js [moved from playground/vuex-with-tests/cypress/support/commands.js with 100% similarity]
playground/router-pinia-with-tests/cypress/support/index.js [moved from playground/vuex-with-tests/cypress/support/index.js with 100% similarity]
playground/router-pinia-with-tests/index.html [moved from playground/vuex-with-tests/index.html with 100% similarity]
playground/router-pinia-with-tests/package.json [moved from playground/router-vuex-with-tests/package.json with 88% similarity]
playground/router-pinia-with-tests/public/favicon.ico [moved from playground/typescript-jsx-router-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/router-pinia-with-tests/src/App.vue [moved from playground/router-vuex-with-tests/src/App.vue with 100% similarity]
playground/router-pinia-with-tests/src/assets/base.css [moved from playground/router-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/router-pinia-with-tests/src/assets/logo.svg [moved from playground/typescript-jsx-router-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/router-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.js [moved from playground/vuex-with-tests/src/components/__tests__/HelloWorld.spec.js with 100% similarity]
playground/router-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/router-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/router-pinia-with-tests/src/main.js [moved from playground/jsx-router-vuex-with-tests/src/main.js with 72% similarity]
playground/router-pinia-with-tests/src/router/index.js [moved from playground/router-vuex-with-tests/src/router/index.js with 100% similarity]
playground/router-pinia-with-tests/src/stores/counter.js [new file with mode: 0644]
playground/router-pinia-with-tests/src/views/AboutView.vue [moved from playground/router-vuex-with-tests/src/views/AboutView.vue with 100% similarity]
playground/router-pinia-with-tests/src/views/HomeView.vue [moved from playground/router-vuex-with-tests/src/views/HomeView.vue with 100% similarity]
playground/router-pinia-with-tests/vite.config.js [moved from playground/vuex-with-tests/vite.config.js with 100% similarity]
playground/router-pinia/.gitignore [moved from playground/typescript-jsx-router-vuex/.gitignore with 100% similarity]
playground/router-pinia/README.md [moved from playground/router-vuex/README.md with 97% similarity]
playground/router-pinia/index.html [moved from playground/vuex/index.html with 100% similarity]
playground/router-pinia/package.json [moved from playground/router-vuex/package.json with 77% similarity]
playground/router-pinia/public/favicon.ico [moved from playground/typescript-jsx-router-vuex/public/favicon.ico with 100% similarity]
playground/router-pinia/src/App.vue [moved from playground/router-vuex/src/App.vue with 100% similarity]
playground/router-pinia/src/assets/base.css [moved from playground/router-vuex/src/assets/base.css with 100% similarity]
playground/router-pinia/src/assets/logo.svg [moved from playground/typescript-jsx-router-vuex/src/assets/logo.svg with 100% similarity]
playground/router-pinia/src/components/HelloWorld.vue [moved from playground/vuex/src/components/HelloWorld.vue with 100% similarity]
playground/router-pinia/src/components/TheWelcome.vue [moved from playground/vuex/src/components/TheWelcome.vue with 100% similarity]
playground/router-pinia/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-router-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/router-pinia/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/router-pinia/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/router-pinia/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/router-pinia/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/router-pinia/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-router-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/router-pinia/src/main.js [moved from playground/router-vuex/src/main.js with 72% similarity]
playground/router-pinia/src/router/index.js [moved from playground/router-vuex/src/router/index.js with 100% similarity]
playground/router-pinia/src/stores/counter.js [new file with mode: 0644]
playground/router-pinia/src/views/AboutView.vue [moved from playground/router-vuex/src/views/AboutView.vue with 100% similarity]
playground/router-pinia/src/views/HomeView.vue [moved from playground/router-vuex/src/views/HomeView.vue with 100% similarity]
playground/router-pinia/vite.config.js [moved from playground/vuex/vite.config.js with 100% similarity]
playground/router-vuex-with-tests/src/store/index.js [deleted file]
playground/router-vuex/src/store/index.js [deleted file]
playground/typescript-jsx-pinia-with-tests/.gitignore [moved from playground/typescript-jsx-vuex-with-tests/.gitignore with 100% similarity]
playground/typescript-jsx-pinia-with-tests/README.md [moved from playground/typescript-jsx-vuex-with-tests/README.md with 97% similarity]
playground/typescript-jsx-pinia-with-tests/cypress.json [moved from playground/typescript-jsx-vuex-with-tests/cypress.json with 100% similarity]
playground/typescript-jsx-pinia-with-tests/cypress/fixtures/example.json [moved from playground/typescript-jsx-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/typescript-jsx-pinia-with-tests/cypress/integration/example.spec.ts [moved from playground/typescript-jsx-vuex-with-tests/cypress/integration/example.spec.ts with 100% similarity]
playground/typescript-jsx-pinia-with-tests/cypress/plugins/index.ts [moved from playground/typescript-jsx-router-vuex-with-tests/cypress/plugins/index.ts with 100% similarity]
playground/typescript-jsx-pinia-with-tests/cypress/support/commands.ts [moved from playground/typescript-jsx-router-vuex-with-tests/cypress/support/commands.ts with 100% similarity]
playground/typescript-jsx-pinia-with-tests/cypress/support/index.ts [moved from playground/typescript-jsx-router-vuex-with-tests/cypress/support/index.ts with 100% similarity]
playground/typescript-jsx-pinia-with-tests/cypress/tsconfig.json [moved from playground/typescript-jsx-router-vuex-with-tests/cypress/tsconfig.json with 100% similarity]
playground/typescript-jsx-pinia-with-tests/env.d.ts [moved from playground/typescript-jsx-router-vuex-with-tests/env.d.ts with 100% similarity]
playground/typescript-jsx-pinia-with-tests/index.html [moved from playground/typescript-jsx-router-vuex-with-tests/index.html with 100% similarity]
playground/typescript-jsx-pinia-with-tests/package.json [moved from playground/typescript-jsx-vuex-with-tests/package.json with 90% similarity]
playground/typescript-jsx-pinia-with-tests/public/favicon.ico [moved from playground/typescript-jsx-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/App.vue [moved from playground/typescript-jsx-vuex-with-tests/src/App.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/assets/base.css [moved from playground/typescript-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/assets/logo.svg [moved from playground/typescript-jsx-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-jsx-pinia-with-tests/src/main.ts [moved from playground/typescript-jsx-vuex-with-tests/src/main.ts with 64% similarity]
playground/typescript-jsx-pinia-with-tests/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-jsx-pinia-with-tests/tsconfig.json [moved from playground/typescript-jsx-router-vuex-with-tests/tsconfig.json with 100% similarity]
playground/typescript-jsx-pinia-with-tests/vite.config.ts [moved from playground/typescript-jsx-router-vuex-with-tests/vite.config.ts with 100% similarity]
playground/typescript-jsx-pinia/.gitignore [moved from playground/typescript-jsx-vuex/.gitignore with 100% similarity]
playground/typescript-jsx-pinia/README.md [moved from playground/typescript-jsx-vuex/README.md with 97% similarity]
playground/typescript-jsx-pinia/env.d.ts [moved from playground/typescript-jsx-router-vuex/env.d.ts with 100% similarity]
playground/typescript-jsx-pinia/index.html [moved from playground/typescript-jsx-router-vuex/index.html with 100% similarity]
playground/typescript-jsx-pinia/package.json [moved from playground/typescript-jsx-vuex/package.json with 84% similarity]
playground/typescript-jsx-pinia/public/favicon.ico [moved from playground/typescript-jsx-vuex/public/favicon.ico with 100% similarity]
playground/typescript-jsx-pinia/src/App.vue [moved from playground/typescript-jsx-vuex/src/App.vue with 100% similarity]
playground/typescript-jsx-pinia/src/assets/base.css [moved from playground/typescript-vuex/src/assets/base.css with 100% similarity]
playground/typescript-jsx-pinia/src/assets/logo.svg [moved from playground/typescript-jsx-vuex/src/assets/logo.svg with 100% similarity]
playground/typescript-jsx-pinia/src/components/HelloWorld.vue [moved from playground/typescript-jsx-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/TheWelcome.vue [moved from playground/typescript-jsx-router-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/WelcomeItem.vue [moved from playground/typescript-jsx-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/icons/IconCommunity.vue [moved from playground/typescript-jsx-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/icons/IconDocumentation.vue [moved from playground/typescript-jsx-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/icons/IconEcosystem.vue [moved from playground/typescript-jsx-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/icons/IconSupport.vue [moved from playground/typescript-jsx-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-jsx-pinia/src/components/icons/IconTooling.vue [moved from playground/typescript-jsx-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-jsx-pinia/src/main.ts [moved from playground/typescript-vuex-with-tests/src/main.ts with 64% similarity]
playground/typescript-jsx-pinia/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-jsx-pinia/tsconfig.json [moved from playground/typescript-jsx-router-vuex/tsconfig.json with 100% similarity]
playground/typescript-jsx-pinia/vite.config.ts [moved from playground/typescript-jsx-router-vuex/vite.config.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/.gitignore [moved from playground/typescript-router-vuex-with-tests/.gitignore with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/README.md [moved from playground/typescript-jsx-router-vuex-with-tests/README.md with 97% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress.json [moved from playground/typescript-router-vuex-with-tests/cypress.json with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress/fixtures/example.json [moved from playground/typescript-router-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress/integration/example.spec.ts [moved from playground/typescript-jsx-router-vuex-with-tests/cypress/integration/example.spec.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress/plugins/index.ts [moved from playground/typescript-jsx-vuex-with-tests/cypress/plugins/index.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress/support/commands.ts [moved from playground/typescript-jsx-vuex-with-tests/cypress/support/commands.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress/support/index.ts [moved from playground/typescript-jsx-vuex-with-tests/cypress/support/index.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/cypress/tsconfig.json [moved from playground/typescript-jsx-vuex-with-tests/cypress/tsconfig.json with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/env.d.ts [moved from playground/typescript-jsx-vuex-with-tests/env.d.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/index.html [moved from playground/typescript-jsx-vuex-with-tests/index.html with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/package.json [moved from playground/typescript-jsx-router-vuex-with-tests/package.json with 89% similarity]
playground/typescript-jsx-router-pinia-with-tests/public/favicon.ico [moved from playground/typescript-router-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/App.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/App.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/assets/base.css [moved from playground/typescript-jsx-router-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/assets/logo.svg [moved from playground/typescript-router-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/typescript-jsx-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/typescript-router-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [moved from playground/typescript-jsx-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/typescript-router-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/typescript-router-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/typescript-router-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/typescript-router-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/typescript-router-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/main.ts [moved from playground/typescript-jsx-router-vuex-with-tests/src/main.ts with 72% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/router/index.ts [moved from playground/typescript-jsx-router-vuex-with-tests/src/router/index.ts with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-jsx-router-pinia-with-tests/src/views/AboutView.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/views/AboutView.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/src/views/HomeView.vue [moved from playground/typescript-jsx-router-vuex-with-tests/src/views/HomeView.vue with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/tsconfig.json [moved from playground/typescript-jsx-vuex-with-tests/tsconfig.json with 100% similarity]
playground/typescript-jsx-router-pinia-with-tests/vite.config.ts [moved from playground/typescript-jsx-vuex-with-tests/vite.config.ts with 100% similarity]
playground/typescript-jsx-router-pinia/.gitignore [moved from playground/typescript-router-vuex/.gitignore with 100% similarity]
playground/typescript-jsx-router-pinia/README.md [moved from playground/typescript-jsx-router-vuex/README.md with 97% similarity]
playground/typescript-jsx-router-pinia/env.d.ts [moved from playground/typescript-jsx-vuex/env.d.ts with 100% similarity]
playground/typescript-jsx-router-pinia/index.html [moved from playground/typescript-jsx-vuex/index.html with 100% similarity]
playground/typescript-jsx-router-pinia/package.json [moved from playground/typescript-jsx-router-vuex/package.json with 83% similarity]
playground/typescript-jsx-router-pinia/public/favicon.ico [moved from playground/typescript-router-vuex/public/favicon.ico with 100% similarity]
playground/typescript-jsx-router-pinia/src/App.vue [moved from playground/typescript-jsx-router-vuex/src/App.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/assets/base.css [moved from playground/typescript-jsx-router-vuex/src/assets/base.css with 100% similarity]
playground/typescript-jsx-router-pinia/src/assets/logo.svg [moved from playground/typescript-router-vuex/src/assets/logo.svg with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/HelloWorld.vue [moved from playground/typescript-jsx-router-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/TheWelcome.vue [moved from playground/typescript-jsx-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/WelcomeItem.vue [moved from playground/typescript-router-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/icons/IconCommunity.vue [moved from playground/typescript-router-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/icons/IconDocumentation.vue [moved from playground/typescript-router-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/icons/IconEcosystem.vue [moved from playground/typescript-router-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/icons/IconSupport.vue [moved from playground/typescript-router-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/components/icons/IconTooling.vue [moved from playground/typescript-router-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/main.ts [moved from playground/typescript-jsx-router-vuex/src/main.ts with 72% similarity]
playground/typescript-jsx-router-pinia/src/router/index.ts [moved from playground/typescript-jsx-router-vuex/src/router/index.ts with 100% similarity]
playground/typescript-jsx-router-pinia/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-jsx-router-pinia/src/views/AboutView.vue [moved from playground/typescript-jsx-router-vuex/src/views/AboutView.vue with 100% similarity]
playground/typescript-jsx-router-pinia/src/views/HomeView.vue [moved from playground/typescript-jsx-router-vuex/src/views/HomeView.vue with 100% similarity]
playground/typescript-jsx-router-pinia/tsconfig.json [moved from playground/typescript-jsx-vuex/tsconfig.json with 100% similarity]
playground/typescript-jsx-router-pinia/vite.config.ts [moved from playground/typescript-jsx-vuex/vite.config.ts with 100% similarity]
playground/typescript-jsx-router-vuex-with-tests/src/store/index.ts [deleted file]
playground/typescript-jsx-router-vuex/src/store/index.ts [deleted file]
playground/typescript-jsx-vuex-with-tests/src/store/index.ts [deleted file]
playground/typescript-jsx-vuex/src/store/index.ts [deleted file]
playground/typescript-pinia-with-tests/.gitignore [moved from playground/typescript-vuex-with-tests/.gitignore with 100% similarity]
playground/typescript-pinia-with-tests/README.md [moved from playground/typescript-vuex-with-tests/README.md with 97% similarity]
playground/typescript-pinia-with-tests/cypress.json [moved from playground/typescript-vuex-with-tests/cypress.json with 100% similarity]
playground/typescript-pinia-with-tests/cypress/fixtures/example.json [moved from playground/typescript-vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/typescript-pinia-with-tests/cypress/integration/example.spec.ts [moved from playground/typescript-vuex-with-tests/cypress/integration/example.spec.ts with 100% similarity]
playground/typescript-pinia-with-tests/cypress/plugins/index.ts [moved from playground/typescript-router-vuex-with-tests/cypress/plugins/index.ts with 100% similarity]
playground/typescript-pinia-with-tests/cypress/support/commands.ts [moved from playground/typescript-router-vuex-with-tests/cypress/support/commands.ts with 100% similarity]
playground/typescript-pinia-with-tests/cypress/support/index.ts [moved from playground/typescript-router-vuex-with-tests/cypress/support/index.ts with 100% similarity]
playground/typescript-pinia-with-tests/cypress/tsconfig.json [moved from playground/typescript-router-vuex-with-tests/cypress/tsconfig.json with 100% similarity]
playground/typescript-pinia-with-tests/env.d.ts [moved from playground/typescript-router-vuex-with-tests/env.d.ts with 100% similarity]
playground/typescript-pinia-with-tests/index.html [moved from playground/typescript-router-vuex-with-tests/index.html with 100% similarity]
playground/typescript-pinia-with-tests/package.json [moved from playground/typescript-vuex-with-tests/package.json with 90% similarity]
playground/typescript-pinia-with-tests/public/favicon.ico [moved from playground/typescript-vuex-with-tests/public/favicon.ico with 100% similarity]
playground/typescript-pinia-with-tests/src/App.vue [moved from playground/typescript-vuex-with-tests/src/App.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/assets/base.css [moved from playground/vuex-with-tests/src/assets/base.css with 100% similarity]
playground/typescript-pinia-with-tests/src/assets/logo.svg [moved from playground/typescript-vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/typescript-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/typescript-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/typescript-router-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/typescript-vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [moved from playground/typescript-router-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
playground/typescript-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/typescript-vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/typescript-vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/typescript-vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/typescript-vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/typescript-vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-pinia-with-tests/src/main.ts [moved from playground/typescript-jsx-vuex/src/main.ts with 64% similarity]
playground/typescript-pinia-with-tests/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-pinia-with-tests/tsconfig.json [moved from playground/typescript-router-vuex-with-tests/tsconfig.json with 100% similarity]
playground/typescript-pinia-with-tests/vite.config.ts [moved from playground/typescript-router-vuex-with-tests/vite.config.ts with 100% similarity]
playground/typescript-pinia/.gitignore [moved from playground/typescript-vuex/.gitignore with 100% similarity]
playground/typescript-pinia/README.md [moved from playground/typescript-vuex/README.md with 98% similarity]
playground/typescript-pinia/env.d.ts [moved from playground/typescript-router-vuex/env.d.ts with 100% similarity]
playground/typescript-pinia/index.html [moved from playground/typescript-router-vuex/index.html with 100% similarity]
playground/typescript-pinia/package.json [moved from playground/typescript-vuex/package.json with 83% similarity]
playground/typescript-pinia/public/favicon.ico [moved from playground/typescript-vuex/public/favicon.ico with 100% similarity]
playground/typescript-pinia/src/App.vue [moved from playground/typescript-vuex/src/App.vue with 100% similarity]
playground/typescript-pinia/src/assets/base.css [moved from playground/vuex/src/assets/base.css with 100% similarity]
playground/typescript-pinia/src/assets/logo.svg [moved from playground/typescript-vuex/src/assets/logo.svg with 100% similarity]
playground/typescript-pinia/src/components/HelloWorld.vue [moved from playground/typescript-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-pinia/src/components/TheWelcome.vue [moved from playground/typescript-router-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-pinia/src/components/WelcomeItem.vue [moved from playground/typescript-vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-pinia/src/components/icons/IconCommunity.vue [moved from playground/typescript-vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-pinia/src/components/icons/IconDocumentation.vue [moved from playground/typescript-vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-pinia/src/components/icons/IconEcosystem.vue [moved from playground/typescript-vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-pinia/src/components/icons/IconSupport.vue [moved from playground/typescript-vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-pinia/src/components/icons/IconTooling.vue [moved from playground/typescript-vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-pinia/src/main.ts [moved from playground/typescript-vuex/src/main.ts with 64% similarity]
playground/typescript-pinia/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-pinia/tsconfig.json [moved from playground/typescript-router-vuex/tsconfig.json with 100% similarity]
playground/typescript-pinia/vite.config.ts [moved from playground/typescript-router-vuex/vite.config.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/.gitignore [moved from playground/vuex-with-tests/.gitignore with 100% similarity]
playground/typescript-router-pinia-with-tests/README.md [moved from playground/typescript-router-vuex-with-tests/README.md with 97% similarity]
playground/typescript-router-pinia-with-tests/cypress.json [moved from playground/vuex-with-tests/cypress.json with 100% similarity]
playground/typescript-router-pinia-with-tests/cypress/fixtures/example.json [moved from playground/vuex-with-tests/cypress/fixtures/example.json with 100% similarity]
playground/typescript-router-pinia-with-tests/cypress/integration/example.spec.ts [moved from playground/typescript-router-vuex-with-tests/cypress/integration/example.spec.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/cypress/plugins/index.ts [moved from playground/typescript-vuex-with-tests/cypress/plugins/index.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/cypress/support/commands.ts [moved from playground/typescript-vuex-with-tests/cypress/support/commands.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/cypress/support/index.ts [moved from playground/typescript-vuex-with-tests/cypress/support/index.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/cypress/tsconfig.json [moved from playground/typescript-vuex-with-tests/cypress/tsconfig.json with 100% similarity]
playground/typescript-router-pinia-with-tests/env.d.ts [moved from playground/typescript-vuex-with-tests/env.d.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/index.html [moved from playground/typescript-vuex-with-tests/index.html with 100% similarity]
playground/typescript-router-pinia-with-tests/package.json [moved from playground/typescript-router-vuex-with-tests/package.json with 89% similarity]
playground/typescript-router-pinia-with-tests/public/favicon.ico [moved from playground/vuex-with-tests/public/favicon.ico with 100% similarity]
playground/typescript-router-pinia-with-tests/src/App.vue [moved from playground/typescript-router-vuex-with-tests/src/App.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/assets/base.css [moved from playground/typescript-router-vuex-with-tests/src/assets/base.css with 100% similarity]
playground/typescript-router-pinia-with-tests/src/assets/logo.svg [moved from playground/vuex-with-tests/src/assets/logo.svg with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/HelloWorld.vue [moved from playground/typescript-router-vuex-with-tests/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/TheWelcome.vue [moved from playground/typescript-vuex-with-tests/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/WelcomeItem.vue [moved from playground/vuex-with-tests/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/__tests__/HelloWorld.spec.ts [moved from playground/typescript-vuex-with-tests/src/components/__tests__/HelloWorld.spec.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/icons/IconCommunity.vue [moved from playground/vuex-with-tests/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/icons/IconDocumentation.vue [moved from playground/vuex-with-tests/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/icons/IconEcosystem.vue [moved from playground/vuex-with-tests/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/icons/IconSupport.vue [moved from playground/vuex-with-tests/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/components/icons/IconTooling.vue [moved from playground/vuex-with-tests/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/main.ts [moved from playground/typescript-router-vuex-with-tests/src/main.ts with 72% similarity]
playground/typescript-router-pinia-with-tests/src/router/index.ts [moved from playground/typescript-router-vuex-with-tests/src/router/index.ts with 100% similarity]
playground/typescript-router-pinia-with-tests/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-router-pinia-with-tests/src/views/AboutView.vue [moved from playground/typescript-router-vuex-with-tests/src/views/AboutView.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/src/views/HomeView.vue [moved from playground/typescript-router-vuex-with-tests/src/views/HomeView.vue with 100% similarity]
playground/typescript-router-pinia-with-tests/tsconfig.json [moved from playground/typescript-vuex-with-tests/tsconfig.json with 100% similarity]
playground/typescript-router-pinia-with-tests/vite.config.ts [moved from playground/typescript-vuex-with-tests/vite.config.ts with 100% similarity]
playground/typescript-router-pinia/.gitignore [moved from playground/vuex/.gitignore with 100% similarity]
playground/typescript-router-pinia/README.md [moved from playground/typescript-router-vuex/README.md with 97% similarity]
playground/typescript-router-pinia/env.d.ts [moved from playground/typescript-vuex/env.d.ts with 100% similarity]
playground/typescript-router-pinia/index.html [moved from playground/typescript-vuex/index.html with 100% similarity]
playground/typescript-router-pinia/package.json [moved from playground/typescript-router-vuex/package.json with 82% similarity]
playground/typescript-router-pinia/public/favicon.ico [moved from playground/vuex/public/favicon.ico with 100% similarity]
playground/typescript-router-pinia/src/App.vue [moved from playground/typescript-router-vuex/src/App.vue with 100% similarity]
playground/typescript-router-pinia/src/assets/base.css [moved from playground/typescript-router-vuex/src/assets/base.css with 100% similarity]
playground/typescript-router-pinia/src/assets/logo.svg [moved from playground/vuex/src/assets/logo.svg with 100% similarity]
playground/typescript-router-pinia/src/components/HelloWorld.vue [moved from playground/typescript-router-vuex/src/components/HelloWorld.vue with 100% similarity]
playground/typescript-router-pinia/src/components/TheWelcome.vue [moved from playground/typescript-vuex/src/components/TheWelcome.vue with 100% similarity]
playground/typescript-router-pinia/src/components/WelcomeItem.vue [moved from playground/vuex/src/components/WelcomeItem.vue with 100% similarity]
playground/typescript-router-pinia/src/components/icons/IconCommunity.vue [moved from playground/vuex/src/components/icons/IconCommunity.vue with 100% similarity]
playground/typescript-router-pinia/src/components/icons/IconDocumentation.vue [moved from playground/vuex/src/components/icons/IconDocumentation.vue with 100% similarity]
playground/typescript-router-pinia/src/components/icons/IconEcosystem.vue [moved from playground/vuex/src/components/icons/IconEcosystem.vue with 100% similarity]
playground/typescript-router-pinia/src/components/icons/IconSupport.vue [moved from playground/vuex/src/components/icons/IconSupport.vue with 100% similarity]
playground/typescript-router-pinia/src/components/icons/IconTooling.vue [moved from playground/vuex/src/components/icons/IconTooling.vue with 100% similarity]
playground/typescript-router-pinia/src/main.ts [moved from playground/typescript-router-vuex/src/main.ts with 72% similarity]
playground/typescript-router-pinia/src/router/index.ts [moved from playground/typescript-router-vuex/src/router/index.ts with 100% similarity]
playground/typescript-router-pinia/src/stores/counter.ts [new file with mode: 0644]
playground/typescript-router-pinia/src/views/AboutView.vue [moved from playground/typescript-router-vuex/src/views/AboutView.vue with 100% similarity]
playground/typescript-router-pinia/src/views/HomeView.vue [moved from playground/typescript-router-vuex/src/views/HomeView.vue with 100% similarity]
playground/typescript-router-pinia/tsconfig.json [moved from playground/typescript-vuex/tsconfig.json with 100% similarity]
playground/typescript-router-pinia/vite.config.ts [moved from playground/typescript-vuex/vite.config.ts with 100% similarity]
playground/typescript-router-vuex-with-tests/src/store/index.ts [deleted file]
playground/typescript-router-vuex/src/store/index.ts [deleted file]
playground/typescript-vuex-with-tests/src/store/index.ts [deleted file]
playground/typescript-vuex/src/store/index.ts [deleted file]
playground/vuex-with-tests/src/store/index.js [deleted file]
playground/vuex/src/store/index.js [deleted file]
pnpm-lock.yaml