Skip to content

Commit

Permalink
docs: Modal组件文档优化
Browse files Browse the repository at this point in the history
  • Loading branch information
ecaps1038 committed Mar 23, 2024
1 parent 0648ff4 commit b55c32d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const showModal = () => {
visible.value = true
}
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const closeModal = () => {
proxy.$message({ type: 'success', message: '这里是对话框关闭的回调函数' })
}
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const showModal = () => {
visible.value = true
}
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const showModal = () => {
visible.value = true
}
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ const showModal = () => {
visible.value = true
}
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ const showModal = () => {
visible.value = true
}
</script>
<style lang="scss" scoped></style>
<style lang="less" scoped></style>

0 comments on commit b55c32d

Please sign in to comment.