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

Commit

Permalink
docs: add syntax highlighting (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscalo committed May 11, 2020
1 parent 6a94a53 commit 2ca5858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faqs.md
Expand Up @@ -12,7 +12,7 @@
- **Error: 'default' is not exported by node_modules/vue-runtime-helpers/dist/normalize-component.js**
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:

```
``` js
import vue from 'rollup-plugin-vue';
import commonjs from 'rollup-plugin-commonjs';

Expand Down

0 comments on commit 2ca5858

Please sign in to comment.