Skip to content

Commit

Permalink
remove some unnecessary stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Oct 22, 2024
1 parent 1d46ada commit 544b404
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
17 changes: 0 additions & 17 deletions examples/kitchen-sink-vue/src/FooBar.ce.ts

This file was deleted.

11 changes: 0 additions & 11 deletions examples/kitchen-sink-vue/src/FooBar.vue

This file was deleted.

4 changes: 0 additions & 4 deletions examples/kitchen-sink-vue/src/KitchenSink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,4 @@ declare module 'vue' {
'kitchen-sink': typeof KitchenSink // not working (except ref works)
// 'kitchen-sink': Component<{foo: number}> // works (except ref not working)
}

interface IntrinsicElementAttributes {
'kitchen-sink': {foo: number}
}
}

0 comments on commit 544b404

Please sign in to comment.