Skip to content

Commit 3f814e7

Browse files
committed
VueUiChestnut minor fix
1 parent aac56cd commit 3f814e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.76",
4+
"version": "1.9.77",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-chestnut.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1082,7 +1082,7 @@ defineExpose({
10821082
</div>
10831083
</template>
10841084

1085-
<style scoped>
1085+
<style scoped lang="scss">
10861086
.vue-ui-chestnut *{
10871087
transition: unset;
10881088
}

0 commit comments

Comments
 (0)