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

docs(faq): add syntax highlighting #332

Merged
merged 1 commit into from May 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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