diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c322a28429eec242f0ebfe5e9ab9a5d36098aba2..f249d562f01e862b82b1162f0026c7a84c6276a9 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,7 +57,7 @@ jobs: npx cypress version --component node - name: Cypress run - uses: cypress-io/github-action@v2 + uses: cypress-io/github-action@v2.2.7 with: install: true start: npm run dev:ssr diff --git a/packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue b/packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue new file mode 100644 index 0000000000000000000000000000000000000000..a9171d8ff0ae55711b8782c5d20deb945e378b79 --- /dev/null +++ b/packages/playground/ssr/src/components/ssr-icon/ssr-icon.vue @@ -0,0 +1,111 @@ + \ No newline at end of file diff --git a/packages/playground/ssr/src/pages/index/index.vue b/packages/playground/ssr/src/pages/index/index.vue index b3a513147a7e6187f5f617fc9bf6a2da127ba2e3..81346eda7bd45606258149015f0f80a6c2335c79 100644 --- a/packages/playground/ssr/src/pages/index/index.vue +++ b/packages/playground/ssr/src/pages/index/index.vue @@ -1,6 +1,7 @@