Skip to content

Commit cdc2269

Browse files
committed
chore: change repo url
1 parent edc5df8 commit cdc2269

Some content is hidden

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

86 files changed

+1136
-1139
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://unpkg.com/@changesets/config@2.1.1/schema.json",
33
"changelog": [
44
"@changesets/changelog-github",
5-
{ "repo": "sxzz/unplugin-vue-macros" }
5+
{ "repo": "sxzz/vue-macros" }
66
],
77
"commit": false,
88
"fixed": [],

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First, thank you for contributing to Vue Macros!
88

99
We welcome any type of contribution, not only code. You can help with:
1010

11-
- **QA**: You can [open an issue](https://github.com/sxzz/unplugin-vue-macros/issues) for bug reports, the more details you can give the better - links or repos that demonstrate the specific issue. Even if you can't write code, commenting on them, and showing that you care about a given issue matters. It helps us triage them.
11+
- **QA**: You can [open an issue](https://github.com/sxzz/vue-macros/issues) for bug reports, the more details you can give the better - links or repos that demonstrate the specific issue. Even if you can't write code, commenting on them, and showing that you care about a given issue matters. It helps us triage them.
1212
- **Sponsors**: We welcome financial contributions.
1313

1414
## Your First Contribution

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ npm i unplugin-vue-macros -D
4242
💕 Thank you to all the contributors!
4343

4444
<p align="center">
45-
<a href="https://github.com/sxzz/unplugin-vue-macros/graphs/contributors">
46-
<img src="https://contrib.rocks/image?repo=sxzz/unplugin-vue-macros" />
45+
<a href="https://github.com/sxzz/vue-macros/graphs/contributors">
46+
<img src="https://contrib.rocks/image?repo=sxzz/vue-macros" />
4747
</a>
4848
</p>
4949

docs/.vitepress/components/HomePage.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ const members = [
2323

2424
<h2 text="center lg" font-bold my-5>💕 Thanks to all the contributors!</h2>
2525

26-
<a href="https://github.com/sxzz/unplugin-vue-macros/graphs/contributors">
27-
<img src="https://contrib.rocks/image?repo=sxzz/unplugin-vue-macros" />
26+
<a href="https://github.com/sxzz/vue-macros/graphs/contributors">
27+
<img src="https://contrib.rocks/image?repo=sxzz/vue-macros" />
2828
</a>
2929
</div>
3030
</template>

docs/.vitepress/configs/pwa.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const pwa: PwaOptions = {
6060
},
6161
},
6262
{
63-
// For `https://contrib.rocks/image?repo=sxzz/unplugin-vue-macros`
63+
// For `https://contrib.rocks/image?repo=sxzz/vue-macros`
6464
urlPattern: /^https:\/\/contrib.rocks\/.*/i,
6565
handler: 'NetworkFirst',
6666
options: {

docs/.vitepress/locales/common.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ import { webLink } from '.vitepress/configs/meta'
33

44
export const themeConfig = {
55
logo: '/favicon.svg',
6-
socialLinks: [
7-
{ icon: 'github', link: 'https://github.com/sxzz/unplugin-vue-macros' },
8-
],
6+
socialLinks: [{ icon: 'github', link: 'https://github.com/sxzz/vue-macros' }],
97
} satisfies DefaultTheme.Config
108

119
export const head: HeadConfig[] = [

docs/.vitepress/locales/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const themeConfig: DefaultTheme.Config = {
2626
'MIT License © 2022-PRESENT <a href="https://github.com/sxzz">三咲智子 Kevin Deng</a>',
2727
},
2828
editLink: {
29-
pattern: 'https://github.com/sxzz/unplugin-vue-macros/edit/main/docs/:path',
29+
pattern: 'https://github.com/sxzz/vue-macros/edit/main/docs/:path',
3030
text: 'Edit this page on GitHub',
3131
},
3232
nav,

docs/.vitepress/locales/zh-cn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const themeConfig: DefaultTheme.Config = {
4646
'MIT License © 2022-PRESENT <a href="https://github.com/sxzz">三咲智子</a>',
4747
},
4848
editLink: {
49-
pattern: 'https://github.com/sxzz/unplugin-vue-macros/edit/main/docs/:path',
49+
pattern: 'https://github.com/sxzz/vue-macros/edit/main/docs/:path',
5050
text: '在 GitHub 上编辑此页面',
5151
},
5252
nav,

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ We assume you are already familiar with the basic usages of Vue before you conti
1414
## Demos
1515

1616
- [Vite + Vue 3](https://github.com/vue-macros/vite)
17-
- [Vite + Vue 2](https://github.com/sxzz/unplugin-vue-macros/tree/main/playground/vue2)
17+
- [Vite + Vue 2](https://github.com/sxzz/vue-macros/tree/main/playground/vue2)
1818
- [Nuxt 3 + Vue 3](https://github.com/vue-macros/nuxt)
1919
- [Vue CLI + Vue 2](https://github.com/vue-macros/vue2-vue-cli)
2020

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
link: /guide/getting-started
1414
- theme: alt
1515
text: View on GitHub
16-
link: https://github.com/sxzz/unplugin-vue-macros
16+
link: https://github.com/sxzz/vue-macros
1717
features:
1818
- icon:
1919
title: More syntax sugar and macros

0 commit comments

Comments
 (0)