Skip to content
This repository was archived by the owner on Dec 14, 2024. It is now read-only.

Commit 7cd3ab0

Browse files
committed
解决合并后的小Bug
1 parent 3056072 commit 7cd3ab0

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

project.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"miniprogramRoot": "dist/",
4343
"compileType": "miniprogram",
44-
"libVersion": "2.9.4",
44+
"libVersion": "2.11.2",
4545
"appid": "wxa62e15a64177f778",
46-
"projectname": "TodoWhatDev",
46+
"projectname": "Todo",
4747
"debugOptions": {
4848
"hidedInDevtools": []
4949
},

src/index.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@
6464
<text class="a">ToDoMVC</text>
6565
</view>
6666
</view>
67-
<FabButton></FabButton>
6867
</view>
6968
</template>
7069

7170
<script>
7271
import TodoItem from './todo-item.vue'
7372
import tabs from './components/tabs.vue'
74-
import FabButton from "./components/FabButton.vue";
7573
import './app.scss'
7674
import Taro from "@tarojs/taro";
7775
@@ -110,7 +108,6 @@ var filters = {
110108
111109
export default {
112110
components: {
113-
'FabButton': FabButton,
114111
'todo-item': TodoItem,
115112
'tabs': tabs
116113
},

0 commit comments

Comments
 (0)