Stopped typescript shouting about things you can't fix in js
This commit is contained in:
@@ -57,7 +57,6 @@ export default {
|
||||
data() { return {
|
||||
tabName: 'actions',
|
||||
}},
|
||||
// @ts-ignore Meteor isn't defined on vue
|
||||
meteor: {
|
||||
actions() {
|
||||
const folderIds = CreatureProperties.find({
|
||||
|
||||
@@ -272,7 +272,6 @@ export default {
|
||||
return this.hiddenSlots.length + this.hiddenPointBuys.length;
|
||||
},
|
||||
},
|
||||
// @ts-ignore Meteor isn't defined on vue
|
||||
meteor: {
|
||||
creature(){
|
||||
return Creatures.findOne(this.creatureId);
|
||||
|
||||
@@ -36,7 +36,6 @@
|
||||
import CreatureProperties from '/imports/api/creature/creatureProperties/CreatureProperties';
|
||||
import SlotCard from '/imports/client/ui/creature/slots/SlotCard.vue';
|
||||
import PointBuyCard from '/imports/client/ui/properties/components/pointBuy/PointBuyCard.vue';
|
||||
import ColumnLayout from '/imports/client/ui/components/ColumnLayout.vue';
|
||||
import updateCreatureProperty from '/imports/api/creature/creatureProperties/methods/updateCreatureProperty';
|
||||
import { snackbar } from '/imports/client/ui/components/snackbars/SnackbarQueue';
|
||||
|
||||
@@ -44,7 +43,6 @@ export default {
|
||||
components: {
|
||||
SlotCard,
|
||||
PointBuyCard,
|
||||
ColumnLayout,
|
||||
},
|
||||
inject: {
|
||||
context: { default: {} }
|
||||
|
||||
Reference in New Issue
Block a user