this ui framework, api document, no description
this ui framework, api document, no description
have you solved the problem? I also encountered this problem. I don't know how to solve
the official API does not provide a method. I rewrote this search;
myself.<div class="mint-searchbar">
<div class="mint-searchbar-inner">
<i class="mintui mintui-search"></i>
<input
ref="input"
@input="search"
@keyup.enter="search"
@click="searchRecordShow"
type="search"
v-model="currentValue"
:placeholder="placeholder"
class="mint-searchbar-core">
</div>
<a
class="mint-searchbar-cancel"
@click="searchCancel"
v-show="visible"
v-text="cancelText">
</a>
</div>
define the above method by yourself
when you click cancel, the value value is empty. You can listen to the value trigger function. The official document of
mint UI really hurts. There is no way to customize the method of canceling this search box. If you want to achieve more functions, you can only write a search component
tried to modify Mint-UI 's Search component for half a day,
it turns out that the node_modules/mint-ui/lib/index.js file should be modified, otherwise it won't take effect!
packaged garbage, dregs!
rubbish!
< H2 > now there is a strange situation, that is, when I use the Loadmore component, the pull-up load is not performed, only the drop-down refresh is performed. It only executes every time I change the location of the component, but after I refresh it, i...
how to link the set address to the right place during the second editing. ...
read the mint-ui documentation, such as using the following component Toast( ); this.$toast ( prompt ) so that you can execute if the document is written as Toast ( prompt message ); it cannot be executed directly, or this.$Toast ( prompt me...
dynamically modify title propsstore ...
v-formt-cell ...
seems to refresh the slidesPerView does not work, but the browser shows that the width of the slide is the width of the current device, rather than dividing the current width into three parts. Other parts of the project have also introduced...
my settings in main.js. This works for all images that use lazyload, but because different picture types want to display different error images after loading failure, how to set it ...
< H2 > I want to get the index, as shown in the figure and delete the corresponding item according to this index < H2 > how can it be realized? ...
can trigger console.log (1), but it does not take effect in the page, does not show drop-down and loading ...
how does the navbar of mint-ui get the current clicks? what I want to achieve is that users click on different tab to send requests and request different data. Previously, using tabs, in element-ui provided a click event to get the current clicks. I see ...
how to use datetime-picker components in mint-ui? do you need to introduce css style? ask all the great gods for advice ...
I was recently working on a mobile page, and then introduced the mint-ui library to do tab switching, and now there is such a problem; There are a total of three tab switching pages on the page, the default is the enterprise information page, I want to ...
introduce elementui and mintui, on demand, but both need to set how libraryName, should be written in babelrc ....
The tabbar component of mint-ui is located at the bottom by default. Can it be placed at the top? How to write? ...
specific errors are as follows: vue.esm.js?65d7:434 [Vue warn]: Invalid prop: type check failed for prop "value". Expected Array, got String. found in ---> <MtChecklist> <MtPopup> <Finish> at E: Caqm a...
the html5 on the mobile phone is hidden from scrolling when it exceeds the phone screen, but overflow:hidden is not set in the page. The approximate page is as follows: < div class= "filterContent " v show = "baseInfoShow " > <span class= titl...
the effect above is on QQ Browser, but chrome cannot trigger . <mt-loadmore :auto-fill="loadMoreConfig.autoFill" :bottom-method="loadBottom" :bottom-all-loaded="loadMoreConfig.allLoaded" ref="load...
<template> <div class="home-swiper"> <div class="aaa"> <mt-button type="default">default< mt-button> <mt-button type="primary">primary< mt-button> <mt-bu...
defines a component that contains best-selling items and uses loadMore in mintUI. Then reference the component in app.vue. defines the function. LoadBottom; when there is no -sharpcontent {overflow-y: scroll;} , the loadBottom is triggered as soon...
mt-popup.course-detail(v-model="courseDetailShow", position="right", closeOnClickModal="false", v-cloak) The document describes that the popup component can use the closeOnClickModal parameter to set whether the modal can b...