chore(组件): 全局组件改为按需引用
This commit is contained in:
@@ -73,7 +73,11 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import nsLogin from '@/components/ns-login/ns-login.vue';
|
||||
import loadingCover from '@/components/loading-cover/loading-cover.vue';
|
||||
|
||||
export default {
|
||||
components: { nsLogin, loadingCover },
|
||||
data() {
|
||||
return {
|
||||
balanceInfo: {
|
||||
|
||||
Reference in New Issue
Block a user