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;