README.mdREADME.md.
@@ -56,11 +70,21 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
Get official tools and libraries for your project:
Pinia,
- Vue Router,
- Vue Test Utils, and
- Vue Dev Tools. If
- you need more resources, we suggest paying
- Awesome Vue
+ Vue Router,
+ Vue Test Utils, and
+ Vue Dev Tools. If you need more resources, we suggest paying
+ Awesome Vue
a visit.
@@ -73,10 +97,15 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
Got stuck? Ask your question on
Vue Land
(our official Discord server), or
- StackOverflow. You should also follow the official
- @vuejs.org
+ @vuejs.org
Bluesky account or the
@vuejs
X account for latest news in the Vue world.
@@ -88,8 +117,10 @@ const openReadmeInEditor = () => fetch('/__open-in-editor?file=README.md')
Support Vue
- As an independent project, Vue relies on community backing for its sustainability. You can help
- us by
- becoming a sponsor.
+ As an independent project, Vue relies on community backing for its
+ sustainability. You can help us by
+ becoming a sponsor.
diff --git a/src/components/WelcomeItem.vue b/src/components/WelcomeItem.vue
index 6d7086a..d40a319 100644
--- a/src/components/WelcomeItem.vue
+++ b/src/components/WelcomeItem.vue
@@ -59,7 +59,7 @@ h3 {
}
.item:before {
- content: ' ';
+ content: " ";
border-left: 1px solid var(--color-border);
position: absolute;
left: 0;
@@ -68,7 +68,7 @@ h3 {
}
.item:after {
- content: ' ';
+ content: " ";
border-left: 1px solid var(--color-border);
position: absolute;
left: 0;
diff --git a/src/components/__tests__/HelloWorld.spec.ts b/src/components/__tests__/HelloWorld.spec.ts
index 2533202..da11e2e 100644
--- a/src/components/__tests__/HelloWorld.spec.ts
+++ b/src/components/__tests__/HelloWorld.spec.ts
@@ -1,11 +1,11 @@
-import { describe, it, expect } from 'vitest'
+import { describe, it, expect } from "vitest";
-import { mount } from '@vue/test-utils'
-import HelloWorld from '../HelloWorld.vue'
+import { mount } from "@vue/test-utils";
+import HelloWorld from "../HelloWorld.vue";
-describe('HelloWorld', () => {
- it('renders properly', () => {
- const wrapper = mount(HelloWorld, { props: { msg: 'Hello Vitest' } })
- expect(wrapper.text()).toContain('Hello Vitest')
- })
-})
+describe("HelloWorld", () => {
+ it("renders properly", () => {
+ const wrapper = mount(HelloWorld, { props: { msg: "Hello Vitest" } });
+ expect(wrapper.text()).toContain("Hello Vitest");
+ });
+});
diff --git a/src/components/icons/IconCommunity.vue b/src/components/icons/IconCommunity.vue
index 2dc8b05..ea8ddef 100644
--- a/src/components/icons/IconCommunity.vue
+++ b/src/components/icons/IconCommunity.vue
@@ -1,5 +1,10 @@
-