File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
name : Bug report
3
- about : Create a report to help us improve
3
+ about : Create a report to help us fix a problem
4
4
title : ' '
5
5
labels : bug
6
6
assignees : ' '
7
7
8
8
---
9
9
10
10
** Version**
11
- Specify vue-screen version, ie: ` 1.5.6 `
11
+ Specify vue-screen version, ie: ` 2.1.0 `
12
12
13
13
** Config**
14
- Insert your screen config
14
+ Specify the config used in ` useScreen ` ` useGrid ` or via plugin initialization.
15
15
16
16
** Reproduction link**
17
17
Insert a reproduction link. We suggest using Codesandbox or Stackblitz.
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Node.js CI
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ main ]
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [ main ]
11
11
12
12
jobs :
13
13
build :
16
16
17
17
strategy :
18
18
matrix :
19
- node-version : [16 .x]
19
+ node-version : [18 .x]
20
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
21
22
22
steps :
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 2.0.0-alpha.0 " ,
2
+ "version" : " 2.0.0" ,
3
3
"packages" : [
4
4
" packages/*"
5
5
],
You can’t perform that action at this time.
0 commit comments