chore: change & remove tag from style index & remove count in usecssr

This commit is contained in:
07akioni 2020-07-15 19:03:59 +08:00
parent bc76c96536
commit b108bf663e
4 changed files with 10 additions and 3 deletions

View File

@ -1,4 +1,7 @@
# CHANGELOG
## PENDING
### Refactors
- Refactor `n-tag` styles
## 1.5.0 (2020-07-09)
### Breaking Changes

View File

@ -1,4 +1,7 @@
# CHANGELOG
## PENDING
### Refactors
- 重构了 `n-tag` 的样式
## 1.5.0 (2020-07-09)
### Breaking Changes

View File

@ -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)
}

View File

@ -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';