Skip to content

Commit fbfcec3

Browse files
committed
v2.1.24 build
1 parent aaeef78 commit fbfcec3

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-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": "2.1.23",
4+
"version": "2.1.24",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/App.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3530,6 +3530,9 @@ const pillConfig = ref({
35303530
VueUiQuickChart
35313531
</template>
35323532
<template #info>
3533+
<BaseIcon name="pdf" stroke="#5f8bee"/>
3534+
<BaseIcon name="image" stroke="#5f8bee"/>
3535+
<BaseIcon name="fullscreen" stroke="#5f8bee"/>
35333536
</template>
35343537
<template #dev>
35353538
<QuickTest :dataset="quickDatasetDonut" :config="quickConfig"/>
@@ -4552,7 +4555,7 @@ const pillConfig = ref({
45524555
</template>
45534556
</Box>
45544557

4555-
<Box @copy="copyConfig(PROD_CONFIG.vue_ui_onion)">
4558+
<Box open @copy="copyConfig(PROD_CONFIG.vue_ui_onion)">
45564559
<template #title>
45574560
<BaseIcon name="chartOnion" />
45584561
VueUiOnion

0 commit comments

Comments
 (0)