We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8bcada commit 74925b4Copy full SHA for 74925b4
package.json
@@ -50,7 +50,7 @@
50
"typescript": "^5.2.2",
51
"vite": "^4.5.0",
52
"vite-plugin-css-injected-by-js": "^3.3.0",
53
- "vue-tsc": "^1.8.22"
+ "vue-tsc": "^2.0.29"
54
},
55
"author": {
56
"name": "Smoren",
src/components/hive-grid/hive-grid-cell.vue
@@ -46,7 +46,6 @@ useOnMount(emit);
46
47
const slots = defineSlots<{
48
edit(props: {
49
- click: () => void;
value: unknown;
update: (value: unknown) => void;
isChangeAllowed: boolean;
@@ -57,7 +56,6 @@ const slots = defineSlots<{
57
setTrueFlag: () => void;
58
}): any;
59
view(props: {
60
61
62
view: string;
63
row: Record<string, unknown> | undefined;
0 commit comments