mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
chore: change & remove tag from style index & remove count in usecssr
This commit is contained in:
parent
bc76c96536
commit
b108bf663e
@ -1,4 +1,7 @@
|
||||
# CHANGELOG
|
||||
## PENDING
|
||||
### Refactors
|
||||
- Refactor `n-tag` styles
|
||||
|
||||
## 1.5.0 (2020-07-09)
|
||||
### Breaking Changes
|
||||
|
@ -1,4 +1,7 @@
|
||||
# CHANGELOG
|
||||
## PENDING
|
||||
### Refactors
|
||||
- 重构了 `n-tag` 的样式
|
||||
|
||||
## 1.5.0 (2020-07-09)
|
||||
### Breaking Changes
|
||||
|
@ -87,7 +87,8 @@ function setupMutableStyle (
|
||||
}
|
||||
CNode.mount({
|
||||
target: mountId,
|
||||
props: componentCssrProps
|
||||
props: componentCssrProps,
|
||||
count: false
|
||||
})
|
||||
markStyleMounted(mountId)
|
||||
}
|
||||
@ -104,7 +105,8 @@ function setupImmutableStyle (
|
||||
target: mountId,
|
||||
props: {
|
||||
$instance: instance
|
||||
}
|
||||
},
|
||||
count: false
|
||||
})
|
||||
markStyleMounted(mountId)
|
||||
}
|
||||
|
@ -28,7 +28,6 @@
|
||||
@import './Tabs.scss';
|
||||
@import './Scrollbar.scss';
|
||||
@import './Steps.scss';
|
||||
@import './Tag.scss';
|
||||
@import './BackTop.scss';
|
||||
@import './Divider.scss';
|
||||
@import './Collapse.scss';
|
||||
|
Loading…
Reference in New Issue
Block a user