在 [vue-ace-diff](https://github.com/svilenkov/vue-ace-diffy) 基础上新增属性
npm install vue-ace-diffnpm i --save git+https://git@github.com/laimeifeng/vue-ace-diff.git
.acediffy__container CSS class wraps the AceDiff editor. You need to set an explicit width and height, as well as the position: relative
AceDiffy module.
vue
`
Development
To manually test the diff editor in a browser at run the following:
`bash
npm run serve
``