Skip to content

Commit 52ea4bb

Browse files
committed
chore: swtich to main
1 parent f2f64e3 commit 52ea4bb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Test
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
npm:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src="https://github.com/vueuse/vue-demi/blob/master/assets/banner.png?raw=true" width="600"/>
2+
<img src="https://github.com/vueuse/vue-demi/blob/main/assets/banner.png?raw=true" width="600"/>
33
<br>
44
<a href='https://www.npmjs.com/package/vue-demi'><img src='https://img.shields.io/npm/v/vue-demi?color=42b883' alt='npm'></a>
55
</p>

examples/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Examples of Vue Demi
22

3-
A demo Vue library is published as [`@vue-demi/use-mouse`](https://github.com/antfu/vue-demi/blob/master/examples/%40vue-demi/use-mouse/src/index.ts) [![npm](https://img.shields.io/npm/v/@vue-demi/use-mouse)](https://www.npmjs.com/package/@vue-demi/use-mouse)
3+
A demo Vue library is published as [`@vue-demi/use-mouse`](https://github.com/antfu/vue-demi/blob/main/examples/%40vue-demi/use-mouse/src/index.ts) [![npm](https://img.shields.io/npm/v/@vue-demi/use-mouse)](https://www.npmjs.com/package/@vue-demi/use-mouse)
44

55
You can see it being imported by
66

77
- Vue 2 ([Vue CLI Project](./demo-vue-2-cli))
88
- Vue 3 ([Vite Project](./demo-vue-3-vite))
99

10-
And things just works.
10+
And things just works.

0 commit comments

Comments
 (0)