can you customize html like element in the mint-ui MessageBox component
can you customize html like element in the mint-ui MessageBox component
took a look at the document, and the usage should look like this:
MessageBox({
title: 'Notice',
message: 'Are you sure?',
showCancelButton: true
});
looking at his source code (as shown in the following figure), you can see that message uses a custom html. The source portal: https://github.com/ElemeFE/mi...
Previous: How does the vue.js code work?
< 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 ...
this ui framework, api document, no description ...
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...