升级uview-ui至2.0
This commit is contained in:
@@ -15,11 +15,10 @@
|
||||
<script>
|
||||
import {mapActions, mapState} from 'vuex'
|
||||
import AiResult from "../components/AiResult";
|
||||
import UTag from "../uview/components/u-tag/u-tag";
|
||||
|
||||
export default {
|
||||
name: 'loading',
|
||||
components: {UTag, AiResult},
|
||||
components: {AiResult},
|
||||
inject: ['root'],
|
||||
computed: {
|
||||
...mapState(['token', 'openUser', 'user']),
|
||||
|
||||
Reference in New Issue
Block a user