Skip to content

Commit

Permalink
Merge pull request #42 from rak-phillip/test/intro-conflict
Browse files Browse the repository at this point in the history
[Workflow] Introduce a conflict
  • Loading branch information
rak-phillip authored Feb 26, 2024
2 parents 4e45e54 + c80e2bc commit 72d4273
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,12 @@ export default Vue.extend({
}
},
mounted() {
const x = 'NOT FAIL';
console.log({ x });
},
methods: {
/**
* Keyboard left/right event listener to select next/previous option. Emits
Expand Down

0 comments on commit 72d4273

Please sign in to comment.