Skip to content

Commit

Permalink
add note about browser cache (fixes #3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
falkoschindler committed May 16, 2024
1 parent 85b1249 commit a3e982a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/custom_vue_component/counter.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// NOTE: Make sure to reload the browser with cache disabled after making changes to this file.
export default {
template: `
<button @click="handle_click">
Expand Down

0 comments on commit a3e982a

Please sign in to comment.