Browse Source

Add some logging to try and track down a bug

vintage
Fen Dweller 5 years ago
parent
commit
e23679cd3f
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/components/Statblock.vue

+ 1
- 0
src/components/Statblock.vue View File

@@ -82,6 +82,7 @@ import 'tippy.js/dist/tippy.css'
ContainerView ContainerView
}, },
data () { data () {
console.log([NoAI, RandomAI])
return { return {
POV: POV, POV: POV,
ais: [NoAI, RandomAI] ais: [NoAI, RandomAI]


Loading…
Cancel
Save