1.VUE mint index-list plug-in IOS cannot scroll locally when scrolling, it will drive the search box down together <mt-index-list> <mt-index-section index="A"> <mt-cell title="Aaron">< mt-...
Mobile UI library: mint-ui of ele.me. Mini Program UI component Library: Mogujie s minui. now I want to use mobile mint-ui directly on Mini Program. Why not? Isn t it all just a UI component library? ...
transform BUG Code ...
Clicking when selected is the current item will not jump, nor will it trigger an event. The requirement is how to jump to the home page routing after going to the child page of the home page when the selected is still the home page? Thank you all. <...
can you customize html like element in the mint-ui MessageBox component ...
after installation, main The Vue build version to load with the `import` command (runtime-only or standalone) has been set in webpack.base.conf with an alias. import Vue from vue import App from . App import router from . router impor...
right slide deletion of mint-ui fails mint-uinavbar .. <mt-navbar v-model="selected"> <mt-tab-item id="1">< mt-tab-item> <mt-tab-item id="2">< mt-tab-item> <mt-ta...
now it s a black background. I want it to be a different color. It s said in the manual that className can add a class name to it, but what happened when I tried it unsuccessfully? Document address Link description complete code <template> ...
the following figure shows my router configuration with only one layer of flattening. Except for the created hook of app.vue, the created life cycle of all other pages of the project is executed twice each (the project uses the tab component of mint-ui,...
use the Cell control in Mint-UI , exactly according to the example of the official website, without left alignment. Code: <template> <div> <mt-cell title="" :to="link" ...
use the dialog call in element-ui to open the datepicker, in mint-ui and the datepicker pops up under the dialog mask, as shown in the following figure do you have any solutions? ...
after learning the code of the swipe component of mint-ui, you see the following code snippet: Code link as mentioned earlier in the vue.js document, accessing child components through $children does not guarantee order. But the code here in ...
A Uncaught TypeError: Cannot read property match of null error occurred when using Tabbar in Mint-UI. UI figure: the following error occurred when clicking tabbar to switch tab: VM3871:1 Uncaught TypeError: Cannot read property match of n...
use the latest version of Vue 2.5 + Mint-UI and use mt-swipe to do a top picture rotation. But it doesn t show anything. Code: main.js import Vue from vue import VueRouter from vue-router import App from . App.vue import router from . ...
problem description I want to use the Cell Swipe component for the mint ui of vue, but half of it is displayed in the list before the left slide on the right. How to solve it? the environmental background of the problems and what methods you have tr...
problem description mt-actionsheet I have already written, but how do I adjust the photo and album when I click "take a picture " or click the "Select from album " button? the environmental background of the problems and what methods you have tr...
how to write to keep the bottom (tabbar) at the bottom all the time? looks like there is no layout container! <template> <div id="main"> <mt-header title=""> <router-link to=" &qu...
recently made a webapp, that uses mint-ui s ui framework; prepares the data before entering the page with picker, but when you enter the page, the data is displayed and cannot be scrolled. but click on each one to scroll who has stepped on th...
mint-ui Datetime picker controls display normally on other devices, but on high-version Android devices, only one picker-toolbar is displayed normally, and the content height also exists, that is, you can t see any data. who has encountered the same pro...
the default picker component height of mint-ui is 36px, but the design draft is 58px. All styles are different, before changing 18px font is not aligned; value is not the middle value; hope that the great gods step through the pit answer one or...