Skip to content

Commit be5b7f8

Browse files
committed
(docs) remove vue3 compat workaround
1 parent 2cc7313 commit be5b7f8

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

README.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -863,39 +863,6 @@ yarn add --save vue
863863
npm 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)

0 commit comments

Comments
 (0)