slider icon indicating copy to clipboard operation
slider copied to clipboard

Vue3 - TS build issues

Open mmartinSWE opened this issue 3 years ago • 0 comments

Duplicate identifier 'options'.

options?: object;

Type 'typeof import("~/node_modules/vue/dist/vue")' is not a constructor function type.

declare class Slider extends Vue {

Workaround described in: Issue #18

mmartinSWE avatar Dec 15 '21 14:12 mmartinSWE