Browse Source

add missing import

pull/1/head
Jonathan Cobb 4 years ago
parent
commit
15dd2335bd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/account/AppDataViewPage.vue

+ 1
- 0
src/account/AppDataViewPage.vue View File

@@ -41,6 +41,7 @@

<script>
import { mapState, mapActions, mapGetters } from 'vuex'
import { util } from '../_helpers';

export default {
data () {


Loading…
Cancel
Save