Skip to content

Commit fe12787

Browse files
committed
version 3.12.0 snapshot
1 parent b68e8e2 commit fe12787

File tree

890 files changed

+5351
-5124
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

890 files changed

+5351
-5124
lines changed

cypress/cypress.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ import { defineConfig } from 'cypress'
33
export default defineConfig({
44
e2e: {
55
specPattern: 'cypress/e2e/**/*.{cy,spec}.{js,jsx,ts,tsx}',
6-
baseUrl: 'http://localhost:4173'
6+
baseUrl: 'http://localhost:4173',
77
},
88
component: {
99
specPattern: 'src/**/__tests__/*.{cy,spec}.{js,ts,jsx,tsx}',
1010
devServer: {
1111
framework: 'vue',
12-
bundler: 'vite'
13-
}
14-
}
12+
bundler: 'vite',
13+
},
14+
},
1515
})

cypress/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="">
33
<head>
44
<meta charset="UTF-8">
55
<link rel="icon" href="/favicon.ico">

cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"@vitejs/plugin-vue": "^5.1.4",
20-
"cypress": "^13.15.0",
20+
"cypress": "^13.15.1",
2121
"start-server-and-test": "^2.0.8",
2222
"vite": "^5.4.10"
2323
}

cypress/src/components/HelloWorld.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
defineProps({
33
msg: {
44
type: String,
5-
required: true
6-
}
5+
required: true,
6+
},
77
})
88
</script>
99

cypress/src/components/TheWelcome.vue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ import SupportIcon from './icons/IconSupport.vue'
2828
This project is served and bundled with
2929
<a href="https://vite.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
3030
recommended IDE setup is
31-
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
31+
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
32+
+
3233
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3334
you need to test your components and web pages, check out
34-
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
35+
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
36+
and
3537
<a href="https://on.cypress.io/component" target="_blank" rel="noopener"
3638
>Cypress Component Testing</a
3739
>.
@@ -69,8 +71,8 @@ import SupportIcon from './icons/IconSupport.vue'
6971
<a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
7072
>StackOverflow</a
7173
>. You should also subscribe to
72-
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
73-
the official
74+
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a>
75+
and follow the official
7476
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
7577
twitter account for latest news in the Vue world.
7678
</WelcomeItem>

cypress/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default defineConfig({
1111
resolve: {
1212
alias: {
1313
'@': fileURLToPath(new URL('./src', import.meta.url))
14-
}
15-
}
14+
},
15+
},
1616
})

default/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="">
33
<head>
44
<meta charset="UTF-8">
55
<link rel="icon" href="/favicon.ico">

default/src/components/HelloWorld.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
defineProps({
33
msg: {
44
type: String,
5-
required: true
6-
}
5+
required: true,
6+
},
77
})
88
</script>
99

default/src/components/TheWelcome.vue

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,12 @@ import SupportIcon from './icons/IconSupport.vue'
2828
This project is served and bundled with
2929
<a href="https://vite.dev/guide/features.html" target="_blank" rel="noopener">Vite</a>. The
3030
recommended IDE setup is
31-
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a> +
31+
<a href="https://code.visualstudio.com/" target="_blank" rel="noopener">VSCode</a>
32+
+
3233
<a href="https://github.com/johnsoncodehk/volar" target="_blank" rel="noopener">Volar</a>. If
3334
you need to test your components and web pages, check out
34-
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a> and
35+
<a href="https://www.cypress.io/" target="_blank" rel="noopener">Cypress</a>
36+
and
3537
<a href="https://on.cypress.io/component" target="_blank" rel="noopener"
3638
>Cypress Component Testing</a
3739
>.
@@ -69,8 +71,8 @@ import SupportIcon from './icons/IconSupport.vue'
6971
<a href="https://stackoverflow.com/questions/tagged/vue.js" target="_blank" rel="noopener"
7072
>StackOverflow</a
7173
>. You should also subscribe to
72-
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a> and follow
73-
the official
74+
<a href="https://news.vuejs.org" target="_blank" rel="noopener">our mailing list</a>
75+
and follow the official
7476
<a href="https://twitter.com/vuejs" target="_blank" rel="noopener">@vuejs</a>
7577
twitter account for latest news in the Vue world.
7678
</WelcomeItem>

default/vite.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export default defineConfig({
1111
resolve: {
1212
alias: {
1313
'@': fileURLToPath(new URL('./src', import.meta.url))
14-
}
15-
}
14+
},
15+
},
1616
})

0 commit comments

Comments
 (0)