Skip to content

Commit

Permalink
chore: test introducing type error
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielwarner committed Oct 30, 2024
1 parent 3301153 commit c7c0d9d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions es-ds-components/components/es-nav-bar-product-menu.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<script lang="ts">
const foo: number = 'bla';
// eslint-disable-next-line no-console
console.log(foo);
export default {
name: 'EsNavBarProductMenu',
props: {
Expand Down

0 comments on commit c7c0d9d

Please sign in to comment.