work on vue-easy-dnd 1.22 lib include instructions
This commit is contained in:
parent
beabb7d84f
commit
d940c009bc
2
amd/build/page-edit-plan.min.js
vendored
2
amd/build/page-edit-plan.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,13 +1,14 @@
|
|||
Instructions for downloading and integrating vue-easy-dnd
|
||||
|
||||
1. download vue-easy-dnd distribusion throuhg npm
|
||||
npm install vue-easy-dnd@
|
||||
(Unfortunately we cannot use the latest version, since that requires vue3 support, and bootstrap-vue isn't there yet...)
|
||||
|
||||
1. download vue-easy-dnd distribusion throuhg npm
|
||||
npm install vue-easy-dnd@1.22.0
|
||||
|
||||
2. Copy node_modules/vue-easy-dnd/dist/vue-easy-dnd.esm.js to amd/src/vue-easy-dnd
|
||||
|
||||
3. Change import statement
|
||||
... from 'vue';
|
||||
into
|
||||
... from '../vue/vue';
|
||||
3. Change import statements to
|
||||
import './reflect-metadata';
|
||||
import { Vue, Component, Prop } from './vue-property-decorator';
|
||||
|
||||
4. add /* eslint-disable */ to top of file
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user