Showing
2 changed files
with
4 additions
and
4 deletions
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-08-29 10:52:26 | 4 | + * @LastEditTime: 2025-08-29 12:47:26 |
| 5 | * @FilePath: /lls_program/src/pages/MyFamily/index.vue | 5 | * @FilePath: /lls_program/src/pages/MyFamily/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | </template> | 10 | </template> |
| 11 | 11 | ||
| 12 | <script setup> | 12 | <script setup> |
| 13 | -import '@tarojs/taro/html.css' | 13 | +// import '@tarojs/taro/html.css' |
| 14 | import { ref } from "vue"; | 14 | import { ref } from "vue"; |
| 15 | import "./index.less"; | 15 | import "./index.less"; |
| 16 | 16 | ... | ... |
| 1 | <!-- | 1 | <!-- |
| 2 | * @Date: 2022-09-19 14:11:06 | 2 | * @Date: 2022-09-19 14:11:06 |
| 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com | 3 | * @LastEditors: hookehuyr hookehuyr@gmail.com |
| 4 | - * @LastEditTime: 2025-07-01 10:56:38 | 4 | + * @LastEditTime: 2025-08-29 12:48:54 |
| 5 | * @FilePath: /lls_program/src/pages/demo/index.vue | 5 | * @FilePath: /lls_program/src/pages/demo/index.vue |
| 6 | * @Description: 文件描述 | 6 | * @Description: 文件描述 |
| 7 | --> | 7 | --> |
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | </template> | 10 | </template> |
| 11 | 11 | ||
| 12 | <script setup> | 12 | <script setup> |
| 13 | -import '@tarojs/taro/html.css' | 13 | +// import '@tarojs/taro/html.css' |
| 14 | import { ref } from "vue"; | 14 | import { ref } from "vue"; |
| 15 | import "./index.less"; | 15 | import "./index.less"; |
| 16 | 16 | ... | ... |
-
Please register or login to post a comment