Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 2ca5858

Browse files
authored
docs: add syntax highlighting (#332)
1 parent 6a94a53 commit 2ca5858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- **Error: 'default' is not exported by node_modules/vue-runtime-helpers/dist/normalize-component.js**
1313
You may encounter this error when using version 4.6.2 onwards. The solution is to include `rollup-plugin-commonjs`. In your config file `rollup.config.js`, you have to import this plugin and invoke it like so:
1414

15-
```
15+
``` js
1616
import vue from 'rollup-plugin-vue';
1717
import commonjs from 'rollup-plugin-commonjs';
1818

0 commit comments

Comments
 (0)