Skip to content

Commit

Permalink
fix: 🐛 修复badge组件多出一个script标签的问题
Browse files Browse the repository at this point in the history
Closes: #188
  • Loading branch information
Moonofweisheng committed Mar 8, 2024
1 parent ff8b946 commit e1819b4
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!--
* @Author: weisheng
* @Date: 2023-06-12 18:40:59
* @LastEditTime: 2023-11-22 13:11:29
* @LastEditTime: 2024-03-08 23:55:25
* @LastEditors: weisheng
* @Description:
* @FilePath: \wot-design-uni\src\uni_modules\wot-design-uni\components\wd-badge\wd-badge.vue
* @FilePath: /wot-design-uni/src/uni_modules/wot-design-uni/components/wd-badge/wd-badge.vue
* 记得注释
-->
<template>
Expand Down Expand Up @@ -86,8 +86,6 @@ function notice() {
}
</script>

<script></script>

<style lang="scss" scoped>
@import './index.scss';
</style>

0 comments on commit e1819b4

Please sign in to comment.