Skip to content

Commit

Permalink
fix: 代码生成模版 样式标签 scss 结束引号
Browse files Browse the repository at this point in the history
  • Loading branch information
li-xiangdong committed Nov 18, 2024
1 parent d1b3824 commit ff3f23d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ const onUpdate = async (id: string) => {
defineExpose({ onAdd, onUpdate })
</script>
<style scoped lang="scss></style>
<style scoped lang="scss"></style>
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ const onOpen = async (id: string) => {
defineExpose({ onOpen })
</script>

<style scoped lang="scss></style>
<style scoped lang="scss"></style>
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,4 @@ const onDetail = (record: ${classNamePrefix}Resp) => {
}
</script>
<style scoped lang="scss></style>
<style scoped lang="scss"></style>

0 comments on commit ff3f23d

Please sign in to comment.