iSynth

Results 2 issues of iSynth

How to use this - http://bootstrap-datepicker.readthedocs.org/en/v1.6.0/options.html#format ?

under investigation

My index.vue file: ```TypeScript INDEX import { Component, Vue } from 'nuxt-property-decorator' @Component({}) export default class Index extends Vue { } ``` My tsconfig.json file: ``` ..... "experimentalDecorators": true, "emitDecoratorMetadata"...

bug