File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -863,39 +863,6 @@ yarn add --save vue
863863npm install --save https://github.com/antoine92190/vue-advanced-chat/tarball/next
864864```
865865
866- ### Install vue migration build
867-
868- ``` bash
869- # Using npm
870- npm install --save-dev @vue/compat
871- ```
872-
873- ### Add migration build config
874-
875- ``` javascript
876- // vue.config.js
877-
878- module .exports = {
879- chainWebpack : config => {
880- config .resolve .alias .set (' vue' , ' @vue/compat' )
881-
882- config .module
883- .rule (' vue' )
884- .use (' vue-loader' )
885- .tap (options => {
886- return {
887- ... options,
888- compilerOptions: {
889- compatConfig: {
890- MODE : 3
891- }
892- }
893- }
894- })
895- }
896- }
897- ```
898-
899866<br >
900867
901868## [ Contributing] ( https://github.com/antoine92190/vue-advanced-chat/blob/master/.github/CONTRIBUTING.md )
You can’t perform that action at this time.
0 commit comments