vue-gantt-schedule-timeline-calendar icon indicating copy to clipboard operation
vue-gantt-schedule-timeline-calendar copied to clipboard

Cannot create two ‘GSTC’ on page

Open jiangjun432 opened this issue 4 years ago • 2 comments

Hi: I want to create two GSTC on the page,but there is an exception. image image

jiangjun432 avatar Jun 17 '20 01:06 jiangjun432

I create two Gantt Charts on one page, at first you should take them in different names , eg: GSTCA and GSTC B, then the names must be Capital letter.

angel-fore avatar Sep 13 '20 16:09 angel-fore

like this:

import GSTCA from 'vue-gantt-schedule-timeline-calendar' import GSTCB from 'vue-gantt-schedule-timeline-calendar' ... components: { GSTCA, GSTCB, },

angel-fore avatar Sep 16 '20 16:09 angel-fore