Skip to content

Commit 0b6db5d

Browse files
committed
docs(common issues): fix formatting
1 parent 24375b4 commit 0b6db5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guide/commonIssues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ if (isDevelopment && !process.env.IS_TEST) {
3636

3737
## Strict mime-type error when running a built app
3838

39-
```tip Notice
39+
:::tip Notice
4040
As of v1.0.0-rc.5, this tag is no longer necessary. You can remove it if you wish.
41-
```
41+
:::
4242

4343
This is likely caused because you are missing code in your `public/index.html` file. To add it, simply run `vue invoke electron-builder`. This will re-invoke the generator of VCP Electron Builder. Any missing code will be detected and added automatically. If you would not like to re-invoke the generator, you can paste this code into the top of the `<head>` of your `public/index.html`:
4444

0 commit comments

Comments
 (0)