Skip to content

Commit a604caa

Browse files
committed
wip
1 parent e5bac3c commit a604caa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/Vue3ChartJs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script lang="ts" setup>
2-
import { ref, onMounted, defineProps, defineEmits, VNodeRef, defineExpose } from 'vue';
2+
import { ref, onMounted, VNodeRef } from 'vue';
33
import { chartJsEventNames, generateEventObject, generateChartJsEventListener } from './includes';
44
import { Chart, registerables, Plugin } from 'chart.js';
55
import {

tsconfig.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
"skipLibCheck": true,
1313
"forceConsistentCasingInFileNames": true,
1414
"sourceMap": false,
15+
"types": [
16+
"jest"
17+
]
1518
},
1619
"include": ["lib/**/*.ts", "lib/**/*.vue", "lib/shims-vue.d.ts"]
1720
}

0 commit comments

Comments
 (0)