File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,9 @@ npm i cmd-dialog
29
29
<!DOCTYPE html>
30
30
<html lang =" en" >
31
31
<head >
32
- <meta charset =" UTF-8" >
33
- <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
34
- <title >Cmd Dialog Example</title >
32
+ <meta charset =" UTF-8" >
33
+ <meta name =" viewport" content =" width=device-width, initial-scale=1.0" >
34
+ <title >Cmd Dialog Example</title >
35
35
</head >
36
36
<body >
37
37
<cmd-dialog />
@@ -44,14 +44,14 @@ import { CmdDialog } from "cmd-dialog";
44
44
45
45
const dialog = document .querySelector (' cmd-dialog' );
46
46
dialog .actions = [
47
- {
48
- " title" : " Author's website" ,
49
- " description" : " Roman's personal website" ,
50
- " url" : " https://ozana.cz" ,
51
- " target" : " _blank" ,
52
- " tags" : [" homepage" , " contact" , " email" ]
53
- },
54
- // ...
47
+ {
48
+ " title" : " Author's website" ,
49
+ " description" : " Roman's personal website" ,
50
+ " url" : " https://ozana.cz" ,
51
+ " target" : " _blank" ,
52
+ " tags" : [" homepage" , " contact" , " email" ]
53
+ },
54
+ // ...
55
55
];
56
56
```
57
57
You can’t perform that action at this time.
0 commit comments