v-charts icon indicating copy to clipboard operation
v-charts copied to clipboard

不能使用 cdn ?

Open lmxdawn opened this issue 5 years ago • 3 comments

Summary 简述

index.html 代码如下 `

`

打包配置如下: config.externals = { vue: "Vue", vuex: "Vuex", "vue-router": "VueRouter", "element-ui": "ELEMENT", "v-charts": "VCharts" };

这样打包后会报错: Uncaught ReferenceError: VCharts is not defined

页面代码 <ve-line :data="chartData"></ve-line>

Expect 期望结果

Reproduce 重现示例

lmxdawn avatar Apr 26 '19 02:04 lmxdawn

"v-charts": "VeIndex"cdn的名称是这个

WayNian avatar May 11 '19 08:05 WayNian

好的,只不过为啥不是 VCharts 呢,因为常规都是这样嘛

lmxdawn avatar May 14 '19 12:05 lmxdawn

好的,只不过为啥不是 VCharts 呢,因为常规都是这样嘛

不清楚,我也是要换cdn,找了半天才找到的

WayNian avatar May 14 '19 13:05 WayNian