We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f6e0c commit ffd8d03Copy full SHA for ffd8d03
src/guide/single-file-component.md
@@ -92,7 +92,7 @@ Once the file is created we will need to open it with our editor of choice and a
92
93
```js
94
// import our third party plugins
95
-import commonjs from 'rollup-plugin-commonjs'
+import commonjs from '@rollup/plugin-commonjs'
96
import VuePlugin from 'rollup-plugin-vue'
97
import pkg from './package.json' // import our package.json file to re-use the naming
98
0 commit comments