How to use the mint-ui.Indicator.close function in mint-ui

To help you get started, we’ve selected a few mint-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github PassionZale / iMall / resources / assets / js / components / Attribute / Topic.vue View on Github external
vm.$nextTick(function(){
                        Indicator.close();
                        vm.data == '' ? vm.$set('empty',true) : vm.$set('empty',false);
                    });
                });
github PassionZale / iMall / resources / assets / js / components / Attribute / Plate.vue View on Github external
vm.$nextTick(function(){
                        Indicator.close();
                        vm.data == '' ? vm.$set('empty',true) : vm.$set('empty',false);
                    });
                });
github PassionZale / iMall / resources / assets / js / components / Address / AddressAdd.vue View on Github external
vm.$http.post('/api/address',vm.form_data).then(function(response){
                    Indicator.close();
                    Toast({
                          message: response.data.message
                    });
                    if(response.data.code === 0){
                        window.history.go(-1);
                    }
                });
            }
github PassionZale / iMall / resources / assets / js / components / Attribute / Category.vue View on Github external
vm.$nextTick(function(){
                        Indicator.close();
                        vm.data == '' ? vm.$set('empty',true) : vm.$set('empty',false);
                    });
                });
github PassionZale / iMall / resources / assets / js / main.js View on Github external
router.beforeEach((transition) => {
    document.body.scrollTop = 0;
    Indicator.close();
    transition.next();
});

mint-ui

Mobile UI elements for vue.js

MIT
Latest version published 7 years ago

Package Health Score

57 / 100
Full package analysis