Skip to content

Commit

Permalink
fix(runtime): fix the problem of simple-runtime relying on echarts, a…
Browse files Browse the repository at this point in the history
…nd add base-select component (#2705)

* fix(runtime): fix the problem of simple-runtime relying on echarts, and add base-select component

* fix(runtime): fix the problem of simple-runtime relying on echarts, and add base-select component

* feat: update runtime version
  • Loading branch information
zzcr authored Dec 27, 2024
1 parent f5ed85c commit 0672916
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 27 deletions.
51 changes: 25 additions & 26 deletions internals/cli/src/commands/build/build-entry-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,34 +62,33 @@ const notSimpleComponents = [
'Amount',
'Area',
'AsyncFlowchart',
'AutonaviMap',
'BaiduMap',
'BaseSelect',
'HuichartsAmap',
'HuichartsBmap',
'BulletinBoard',
'CascaderMobile',
'Chart',
'ChartBar',
'ChartBoxplot',
'ChartCandle',
'ChartCore',
'ChartFunnel',
'ChartGauge',
'ChartGraph',
'ChartHeatmap',
'ChartHistogram',
'ChartLine',
'ChartLiquidfill',
'ChartMap',
'ChartPie',
'ChartProcess',
'ChartRadar',
'ChartRing',
'ChartSankey',
'ChartScatter',
'ChartSunburst',
'ChartTree',
'ChartWaterfall',
'ChartWordcloud',
'Huicharts',
'HuichartsBar',
'HuichartsBoxplot',
'HuichartsCandle',
'HuichartsCore',
'HuichartsFunnel',
'HuichartsGauge',
'HuichartsGraph',
'HuichartsHeatmap',
'HuichartsHistogram',
'HuichartsLine',
'HuichartsLiquidfill',
'HuichartsMap',
'HuichartsPie',
'HuichartsProcess',
'HuichartsRadar',
'HuichartsRing',
'HuichartsSankey',
'HuichartsScatter',
'HuichartsSunburst',
'HuichartsTree',
'HuichartsWaterfall',
'HuichartsWordcloud',
'Company',
'Country',
'Crop',
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opentiny/vue-runtime",
"type": "module",
"version": "3.20.3",
"version": "3.20.4",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
Expand Down

0 comments on commit 0672916

Please sign in to comment.