mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-09 20:57:21 +08:00
fix: 代码生成模版 样式标签 scss 结束引号
This commit is contained in:
@@ -129,4 +129,4 @@ const onUpdate = async (id: string) => {
|
||||
defineExpose({ onAdd, onUpdate })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss></style>
|
||||
<style scoped lang="scss"></style>
|
||||
|
@@ -39,4 +39,4 @@ const onOpen = async (id: string) => {
|
||||
defineExpose({ onOpen })
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss></style>
|
||||
<style scoped lang="scss"></style>
|
||||
|
@@ -195,4 +195,4 @@ const onDetail = (record: ${classNamePrefix}Resp) => {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss></style>
|
||||
<style scoped lang="scss"></style>
|
||||
|
Reference in New Issue
Block a user