New client spells (#8950)

* Added initial spell casting

* added casting

* Added spells style

* Fixed linting issues

* Added escape

* Added casting

* Added task drag style
This commit is contained in:
Keith Holliday
2017-08-15 12:28:30 -06:00
committed by GitHub
parent bd19b83db4
commit 24b9bd6ccc
7 changed files with 377 additions and 5 deletions

View File

@@ -105,7 +105,7 @@
:item="ctx.item",
v-if="ctx.item.purchaseType === 'gear'"
)
spells
</template>
<style lang="scss">
@@ -259,6 +259,7 @@
<script>
import TaskColumn from './column';
import TaskModal from './taskModal';
import spells from './spells';
import positiveIcon from 'assets/svg/positive.svg';
import filterIcon from 'assets/svg/filter.svg';
@@ -292,6 +293,7 @@ export default {
Item,
Avatar,
EquipmentAttributesGrid,
spells,
},
data () {
return {