From 90c83d6e64bfc18aa6ae7aef0fded9bd1afa32b8 Mon Sep 17 00:00:00 2001 From: laoyang Date: Mon, 25 Jul 2022 10:00:29 +0800 Subject: [PATCH] webcomponent --- share/index.html | 20 ++++++++- share/main.css | 3 ++ webcomponent/index.html | 93 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 webcomponent/index.html diff --git a/share/index.html b/share/index.html index 0df38dc..1a015b4 100644 --- a/share/index.html +++ b/share/index.html @@ -7,20 +7,27 @@ +

Count is: {{ count }}

loading...
\ No newline at end of file diff --git a/share/main.css b/share/main.css index a550230..d92c84d 100644 --- a/share/main.css +++ b/share/main.css @@ -10,4 +10,7 @@ /* margin-bottom: 10px; */ border: 1px solid #f1f1f1; transform: rotate(1deg); + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/webcomponent/index.html b/webcomponent/index.html new file mode 100644 index 0000000..213608e --- /dev/null +++ b/webcomponent/index.html @@ -0,0 +1,93 @@ + + + + + webComponent + + + + + + +