Closed Serhiy-Shekhovtsov closed 7 years ago
Implemented Vue.js component for area selection based on this project. Did following updates:
Shift
Can be used as simple as this: <area-select @selection-changed="areaSelectChange" v-if="showAreaSelect" :selectedArea="currentArea"></area-select>
<area-select @selection-changed="areaSelectChange" v-if="showAreaSelect" :selectedArea="currentArea"></area-select>
Since I used this project as a starting point, should I include it's license in the code?
Thanks!
Implemented Vue.js component for area selection based on this project. Did following updates:
Shift
is pressedCan be used as simple as this:
<area-select @selection-changed="areaSelectChange" v-if="showAreaSelect" :selectedArea="currentArea"></area-select>
Reference to official issue
150
License
Since I used this project as a starting point, should I include it's license in the code?
CLA