From c6df0ef581319e9b82a8e6fefcfaad101141e868 Mon Sep 17 00:00:00 2001 From: Ruin <1830275783@qq.com> Date: Fri, 4 Mar 2022 17:17:48 +0800 Subject: [PATCH] commit --- src/app/pages/home/home.component.html | 5 +++-- src/styles.scss | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html index 9dad7cd..d509b75 100644 --- a/src/app/pages/home/home.component.html +++ b/src/app/pages/home/home.component.html @@ -6,18 +6,19 @@ * @LastEditors: 刘引 * @LastEditTime: 2022-03-04 15:53:16 --> -

home works!

+ +

home works!

双向数据绑定用法(只适用于表单) MVVM

- {{ textContent }} + {{ textContent | json }}
diff --git a/src/styles.scss b/src/styles.scss index 9a38006..37d53c4 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,8 +1,4 @@ /* You can add global styles to this file, and also import other style files */ -// * { -// margin: 0; -// padding: 0; -// } @import "../node_modules/normalize-scss/sass/normalize"; * { margin: 0;