This website works better with JavaScript
Home
Explore
Help
Sign In
jack
/
PPT
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
fix: 修复CollapsibleToolbar组件中未闭合的div标签
lsc
2 months ago
parent
2beed1716d
commit
f66827b5bb
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/components/CollapsibleToolbar/index.vue
+ 1
- 1
src/components/CollapsibleToolbar/index.vue
View File
@@ -118,7 +118,7 @@
</div>
</div>
</div>
-
div>
+
</
div>
</div>
</template>