Try some more changes
This commit is contained in:
parent
e6502a3713
commit
96468ab4b3
35 changed files with 48 additions and 47 deletions
|
@ -38,7 +38,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import isObject from 'lodash/isObject';
|
||||
|
||||
export default {
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import isObject from 'lodash/isObject';
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
<script lang="ts">
|
||||
import { isObject, get } from 'lodash';
|
||||
import { mapState, mapActions } from 'vuex';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue