File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,14 @@ hero:
14
14
link : /usage
15
15
16
16
17
- # features:
18
- # - title: Feature A
19
- # details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
20
- # - title: Feature B
21
- # details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
22
- # - title: Feature C
23
- # details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
17
+ features :
18
+ - title : Plug & play
19
+ icon : 🚀
20
+ details : Just import the composable and start recording
21
+ - title : First-class support for Nuxt
22
+ icon : 🚚
23
+ details : Auto import for Nuxt
24
+ - title : Written in TypeScript
25
+ icon : 🦄
26
+ details : Enjoy the benefits of TypeScript
24
27
---
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ describe('useMediaRecorder', () => {
127
127
expect ( state . value ) . toBe ( 'inactive' )
128
128
} )
129
129
130
- it ( 'data should exist when stoping from pause' , async ( ) => {
130
+ it ( 'data should exist when stopping from pause' , async ( ) => {
131
131
const {
132
132
start,
133
133
pause,
You can’t perform that action at this time.
0 commit comments