Skip to content

Commit abf3eea

Browse files
committed
fix: change the language on some code blocks to match the code
vuejs/docs@0391e2e#diff-b0e55b2e7066b952316301f7d1ca92884bcf4587ecb8899b43161ec6754e3fb3
1 parent 2bcd1b3 commit abf3eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cookbook/debugging-in-vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Please note that if the page uses a production/minified build of Vue.js (such as
102102

103103
The example above has a great workflow. However, there is an alternative option where you can use the [native debugger statement](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/debugger) directly in your code. If you choose to work this way, it's important that you remember to remove the statements when you're done.
104104

105-
```js
105+
```vue
106106
<script>
107107
export default {
108108
data() {

0 commit comments

Comments
 (0)