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

@@ -28,7 +28,6 @@
@click="openBuyDialog(reward)"
)
.bottom-gradient
.column-background(
v-if="isUser === true",
:class="{'initial-description': tasks[`${type}s`].length === 0}",