-
Vue mobile projects, how to determine browser incompatibility? How to deal with incompatibility?
there is a mobile project currently in testing, using vue (2.2.2) + mint-ui for development, and I don t know how to handle compatibility. What method should be used to determine whether the current environment is working properly?
I just looked at t...
-
Vue rookie asked axios how to catch request exception.
do you have any better suggestions for writing norms like this?
` axios
.post(" au api rulereleaseapply findAllPubTask", {
branchCode: userInfor[0].branchCode,
userCode: userInfor[...
-
Vue changes the content of the page, sometimes partial refresh, sometimes full refresh?
phenomenon: the development of the project based on the vue+element-ui, editor webstorm, project is perfectly normal, but every time you change a little html style, or text, ctrl+s, the page is refreshed. But this is not the case before, before to chan...
-
How does the date plug-in determine whether the selected time is a legal holiday?
now there is a requirement for the front end to check the entered date, one of which is to select traditional holidays & & legal holidays to remind you to choose the wrong date. Is there any good idea or plug-in recommendation if implemented in vue? P.S....
-
Selection of vue single page and multiple pages in the project
recently contacted vue, to use vue to make a similar style website (as shown below), and the actual demand is estimated to be 20 + pages visually. Can a single page be satisfied?
because I haven t used vue, I worry that when using a single page, ...
-
Vue cli project, what is the problem with the picture path after build?
1. Build the project using vue init webpack-simple, and the directory structure is as follows
2. introduces the image 3 in the components of vue. After the project is deployed, because the project is placed under the domain name http. Com stat...
-
[page rendered successfully] what does it mean?
Does mean that the DOM structure has been loaded? but a component in the project is initialized after the rendering is complete. ...
-
Two minor problems of page login
1: after the page login is redirected, the user switches routes, how to ensure that he does not have to log in every time?
2: the user enters a routing link at will for the first time, how to judge that he has not logged in yet, and needs to log in.
...
-
I am working on an application similar to moments, the vue framework, and now I want to implement when editing and sharing text, if there is a line break or space, how can other people see and maintain the same format of the text?
use this edit box, < div contenteditable= "true " > when I edit a line wrap, it automatically adds a p tag, but I pass the data to the service and refresh the data obtained from the page to be displayed on the page, right? this tag is also displayed. ...
-
H5 how to edit the camera page
now front-end developers often have the need to take ID cards and bank cards. How can h5 draw a border on the photo page, similar to the effect shown below. do you have demo, or guide articles ...
-
Problems in the use of vue iview
<html>
<meta http-equiv="Content-Type" content="text html;charset=UTF-8">
<head>
<!-- import Vue.js -->
<script src="https: vuejs.org js vue.min.js">< script>
<!-- import stylesheet...
-
Mobile click triggers dislocation
Click on the mobile end to trigger dislocation. As shown in the picture, when I click on the first column, the trigger is the second column. Someone has encountered it .
...
-
Element UI Message is triggered repeatedly when both input boxes are used to check the pop-up box.
<el-input style= width:336px;height:20px;
placeholder=""
v-model="creditCode"
@blur="creditInfo"
:maxlength=25>
< el-input>
<el-input style= width:336px;height:20px;
...
-
How to build a project that can run both vue, and html?
now I want to build a test project, which requires that I can run both vue, and html. I still don t have a clue after thinking about it for a long time. Can you help me to see if this can be realized? What is the realization idea? Thank you ...
-
How does vue+webpack realize the packaging and switching of development, testing, production and other environments?
projects built by vue-cli+webpack. Npm run build has to manually distinguish between test and production environments every time it is packaged. How to configure automatic differentiation? For example, I need to distinguish between assetsPublicPath: ...
-
How to prohibit the input of facial expressions in the mobile h5 textarea tag
how the h5 textarea tag on mobile forbids the input of facial expressions. I use vue, this.value.replace ( uD83C [uDF00-uDFFF] | uD83D [uDC00-uDE4F] gdagint ) this method is also not good for help ....
-
How to convert the expression entered in textarea into a string in vue
enter emoji points in textarea to submit and return an error, and it is not applicable to find the method of forbidding the input of facial expressions on the Internet. Please help me how to convert the facial expressions entered in textarea into a strin...
-
Vuejs returns the array according to the background and renders the image path.
the array returned by the background is [ "5 ", "1 ", "3 ", "2 ", "1 ",]
page to achieve the corresponding number of yellow stars (for example: 5, five yellow stars, the default is five gray stars, here is a picture, I hope you don t misunder...
-
Vuejs simulates Baidu drop-down box search, how to design the v-show attribute of the data?
the main question is: how to distinguish between matching data that meet the requirements and data that do not meet the requirements through v-show to distinguish whether they are displayed or not? (all kinds of traversing, and even thought of turning t...
-
Form check of element-ui
check the form, click Edit, and route to the edited page. One of the select of the form (v-model is required for type), to verify the form when change. declare form: {type: ,name: } in the data of vue. Click Edit to assign the data to form. But a...