Giter VIP home page Giter VIP logo

vue-tuicalendar's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vue-tuicalendar's Issues

No content shown in the calendar

I followed almost exactly from your example, but there's nothing shown except the header (and you are missing the '=>' in this.$refs.calendar.registerEvent("beforeDeleteSchedule", event {).

2018-07-12 08_44_18-schedule vue - school-course - visual studio code

2018-07-12 08_39_42- schedule vue - school-course - visual studio code

This is the tui calendar option I coped directly from their official website.

2018-07-12 08_43_25-schedule vue - school-course - visual studio code

Result
2018-07-12 08_45_58-schedule - 1000 class _ california community college online course

Weird rendering issue

Hello,
I have some rendering problems and I don't know how to solve them because this.$refs.calendar.fireMethod('render') doesn't do the trick.
Basically the month view does not render while the others work fine on the initial load.
Also when I use next or prev methods on any view it stops rendering, but if i change the view to something else then back it works again:
2018-09-06_23-50-35

Any ideeas?

Thank you!

High severity vulnerabilities

Hi,
There are jquery vulnerabilities in tui-calendar dependency (as you can see below).
Can you do something for it ? Or should i post an issue on tui-calendar repo ?

screenshot 2019-01-14 at 13 36 19

Thanks

How to use js from dist?

I used "npm run build" to generate vue-tuicalendar.js and use it in my page.

<script type="text/javascript" src='./vendor/vue-tuicalendar/dist/vue-tuicalendar.js'></script>
<link href="./vendor/tui.calendar/dist/tui-calendar.min.css" rel="stylesheet">

      <vue-tuicalendar     ref="calendar"
    :options="options"
    :schedules="schedules"
    @after-render-schedule="handler"
    @before-render-schedule="handler"
     @click-schedule="handler"></vue-tuicalendar></div>

Only get this:

<!--function(e,n,r,i){return Pt(t,e,n,r,i,!0)}-->

How can I use compiled js? Thanks

Vue.use('VueTuicalendar') ;
Vue.component('vue-tuicalendar', vueTuicalendar) ;
...
      options:{
defaultView: 'week'
      },
                  schedules: [
        {
          id: "1",
          calendarId: "1",
          title: "A schedule",
          category: "time",
          dueDateClass: "",
          start: "2018-05-22T22:30:00+09:00",
          end: "2018-05-23T02:30:00+09:00"
        },
        {
          id: "2",
          calendarId: "1",
          title: "Another schedule",
          category: "time",
          dueDateClass: "",
          start: "2018-05-23T17:30:00+09:00",
          end: "2018-05-24T17:31:00+09:00",
          isReadOnly: true
        }
      ]
...

    handler() {
      console.log("Handler") ;
    }

Support/Enhancements

Since this is quite new, I'm wondering how much support and future enhancements you envision to provide with this wrapper. I'm trying to determine if it's worth using this library or just writing my own wrapper.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.