Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
lls_program
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-08-29 12:49:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a09eb70d95d84898f093a22340549744e253a5f2
a09eb70d
1 parent
61b1d81a
refactor: 移除未使用的taro样式导入
清理两个页面中已注释掉的taro样式导入,保持代码整洁
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/MyFamily/index.vue
src/pages/demo/index.vue
src/pages/MyFamily/index.vue
View file @
a09eb70
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-08-29 1
0:52
:26
* @LastEditTime: 2025-08-29 1
2:47
:26
* @FilePath: /lls_program/src/pages/MyFamily/index.vue
* @Description: 文件描述
-->
...
...
@@ -10,7 +10,7 @@
</template>
<script setup>
import '@tarojs/taro/html.css'
//
import '@tarojs/taro/html.css'
import { ref } from "vue";
import "./index.less";
...
...
src/pages/demo/index.vue
View file @
a09eb70
<!--
* @Date: 2022-09-19 14:11:06
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-0
7-01 10:56:38
* @LastEditTime: 2025-0
8-29 12:48:54
* @FilePath: /lls_program/src/pages/demo/index.vue
* @Description: 文件描述
-->
...
...
@@ -10,7 +10,7 @@
</template>
<script setup>
import '@tarojs/taro/html.css'
//
import '@tarojs/taro/html.css'
import { ref } from "vue";
import "./index.less";
...
...
Please
register
or
login
to post a comment