This repository was archived by the owner on Jan 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ assignees: ''
9
9
** Describe the bug** A clear and concise description of what the bug is.
10
10
11
11
** To Reproduce** A reproduce link:
12
- https://codesandbox.io/s/github/iendeavor/vue-next-select/tree/develop /examples?file=/src/views/Playground.vue
12
+ https://codesandbox.io/s/github/iendeavor/vue-next-select/tree/main /examples?file=/src/views/Playground.vue
13
13
14
14
Steps to reproduce the behavior:
15
15
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Docs
2
2
3
3
on :
4
4
push :
5
- branches : [develop ]
5
+ branches : [main ]
6
6
7
7
jobs :
8
8
docs :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Examples
2
2
3
3
on :
4
4
push :
5
- branches : [develop ]
5
+ branches : [main ]
6
6
7
7
jobs :
8
8
bump :
11
11
steps :
12
12
- uses : actions/checkout@v3
13
13
with :
14
- ref : develop
14
+ ref : main
15
15
16
16
- name : Use Node.js 12
17
17
uses : actions/setup-node@v3
36
36
uses : ad-m/github-push-action@master
37
37
with :
38
38
github_token : ${{ secrets.GITHUB_TOKEN }}
39
- branch : ' develop '
39
+ branch : ' main '
40
40
directory : ' .'
Original file line number Diff line number Diff line change 1
1
# Examples
2
2
3
- <iframe src="https://codesandbox.io/embed/github/iendeavor/vue-next-select/tree/develop /examples?fontsize=14&hidenavigation=1&theme=dark"
3
+ <iframe src="https://codesandbox.io/embed/github/iendeavor/vue-next-select/tree/main /examples?fontsize=14&hidenavigation=1&theme=dark"
4
4
style="width:100%; height:500px; border:0; border-radius: 4px; overflow: hidden ;"
5
5
title="vue-next-select-example"
6
6
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
You can’t perform that action at this time.
0 commit comments