This repository was archived by the owner on Sep 3, 2024. It is now read-only.
File tree 3 files changed +24
-20
lines changed
3 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 1
1
src /tmp
2
2
node_modules
3
- dist
3
+ dist
4
+ pnpm-lock.yaml
5
+ package-lock.json
Original file line number Diff line number Diff line change 19
19
],
20
20
"dependencies" : {
21
21
"@popperjs/core" : " ^2.9.2" ,
22
- "@vueuse/core" : " ^4.7.0 " ,
22
+ "@vueuse/core" : " ^4.8.1 " ,
23
23
"vue" : " ^3.0.11"
24
24
},
25
25
"devDependencies" : {
26
26
"@types/dom-screen-wake-lock" : " ^1.0.0" ,
27
- "@types/node" : " ^14.14.37 " ,
27
+ "@types/node" : " ^14.14.39 " ,
28
28
"@vitejs/plugin-vue" : " ^1.2.1" ,
29
29
"@vue/compiler-sfc" : " ^3.0.11" ,
30
30
"@vuedx/typecheck" : " ^0.6.3" ,
31
31
"@vuedx/typescript-plugin-vue" : " ^0.6.3" ,
32
32
"prettier" : " ^2.2.1" ,
33
33
"rollup-plugin-typescript2" : " 0.30.0" ,
34
- "typescript" : " ^4.2.3 " ,
34
+ "typescript" : " ^4.2.4 " ,
35
35
"vite" : " ^2.1.5"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 4
4
<div class =" tw-notification" v-for =" n in notifications" :key =" n.id" >
5
5
<div class =" tw-notification-header" >
6
6
<div class =" tw-notification-title" >{{ n.title }}</div >
7
- <div class =" tw-notification-close" ><slot name =" close" >
8
- <svg
9
- xmlns =" http://www.w3.org/2000/svg"
10
- width =" 24"
11
- height =" 24"
12
- viewBox =" 0 0 24 24"
13
- fill =" none"
14
- stroke =" currentColor"
15
- stroke-width =" 2"
16
- stroke-linecap =" round"
17
- stroke-linejoin =" round"
18
- >
19
- <line x1 =" 18" y1 =" 6" x2 =" 6" y2 =" 18" ></line >
20
- <line x1 =" 6" y1 =" 6" x2 =" 18" y2 =" 18" ></line >
21
- </svg >
22
- </slot ></div >
7
+ <div class =" tw-notification-close" >
8
+ <slot name =" close" >
9
+ <svg
10
+ xmlns =" http://www.w3.org/2000/svg"
11
+ width =" 24"
12
+ height =" 24"
13
+ viewBox =" 0 0 24 24"
14
+ fill =" none"
15
+ stroke =" currentColor"
16
+ stroke-width =" 2"
17
+ stroke-linecap =" round"
18
+ stroke-linejoin =" round"
19
+ >
20
+ <line x1 =" 18" y1 =" 6" x2 =" 6" y2 =" 18" ></line >
21
+ <line x1 =" 6" y1 =" 6" x2 =" 18" y2 =" 18" ></line >
22
+ </svg >
23
+ </slot >
24
+ </div >
23
25
</div >
24
26
<div class =" tw-notification-message" >{{ n.message }}</div >
25
27
</div >
You can’t perform that action at this time.
0 commit comments