Skip to content

Commit 2974b0d

Browse files
start updating components
1 parent 88b7029 commit 2974b0d

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

src/components/presets/Facebook.js

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import VueContentLoading from '../VueContentLoading';
2+
3+
export default {
4+
funcional: true,
5+
6+
render (h, {
7+
data,
8+
} = {}) {
9+
return (
10+
<VueContentLoading {...data}>
11+
<rect x="0" y="0" rx="5" ry="5" width="70" height="70" />
12+
<rect x="80" y="17" rx="4" ry="4" width="300" height="13" />
13+
<rect x="80" y="40" rx="3" ry="3" width="250" height="10" />
14+
<rect x="0" y="80" rx="3" ry="3" width="350" height="10" />
15+
<rect x="0" y="100" rx="3" ry="3" width="400" height="10" />
16+
<rect x="0" y="120" rx="3" ry="3" width="360" height="10" />
17+
</VueContentLoading>
18+
)
19+
},
20+
};

src/components/presets/Facebook.vue

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)