소스 검색

Merge branch 'master' into t/umberto/749

Piotrek Koszuliński 6 년 전
부모
커밋
1fe4ad449e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      docs/builds/guides/frameworks/vuejs.md

+ 4 - 0
docs/builds/guides/frameworks/vuejs.md

@@ -265,6 +265,10 @@ module.exports = {
 };
 ```
 
+<info-box>
+    By default, the Vue CLI uses [`file-loader`](https://webpack.js.org/loaders/file-loader/) for all SVG files. The `file-loader` copies the file to the output directory and resolves imports into URLs. The CKEditor's UI components use SVG {@link module:ui/icon/iconview~IconView#content source directly} so the theme icons must be loaded using [`raw-loader`](https://webpack.js.org/loaders/raw-loader). If your project uses different approach then CKEditor's UI library you must create different webpack loader rules for your project SVG files and CKEditor's ones.
+</info-box>
+
 ### Using the editor from source
 
 Having configured `vue.config.js`, you can choose the building blocks of your editor. Install the packages necessary for your integration: