w1301625107 / Vue-Gantt-chart

使用Vue做数据控制的Gantt图表
https://w1301625107.github.io/Vue-Gantt-chart/demo/index.html
MIT License
636 stars 140 forks source link

使用Vue3+cdn报window.Vue.use is not a function错误 #118

Closed Gu4uG closed 1 year ago

Gu4uG commented 1 year ago
 <script src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
 <script src="https://unpkg.com/v-gantt-chart/dist/v-gantt-chart.umd.min.js"></script>

WX20230202-105812@2x

w1301625107 commented 1 year ago

不支持vue3,你可以把代码用vue3编译一次

wonderfulliu commented 1 year ago

不支持vue3,你可以把代码用vue3编译一次

怎么编译啊,求教

w1301625107 commented 1 year ago

开一个vue3的项目,然后把src文件夹替换