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