-
Why do I configure startup error Cannot find module 'vux-loader', after vux and vux-loader installation?
var path = require ( path ) var utils = require ( . utils ) var config = require ( . config ) var webpack = require ( "webpack ") var vueLoaderConfig = require ( . vue-loader.conf ) function resolve (dir) { return path.join (_ _ dirna...
-
Why the x-button add @ click click event for vux is invalid
<x-input title="" placeholder="" class="weui-vcode">
<x-button
class="identifyCode-btn"
slot="right"
type="primary"
@click="getCode()"
mini&g...
-
Sliding plug-in of vue
want to achieve an effect: is similar to Meituan ordering at first:
:
looking for a plug-in that can achieve excessive effects in the middle
...
-
Vuedraggable is used on mobile and conflicts with browser sliding events under Android QQ Browser and Wechat. Have you ever encountered a partner in this situation?
on iPhone, both Wechat and other browsers are OK and want to achieve perfection, but in Android, Tencent browsers such as Wechat s built-in browser and QQ Browser cannot achieve this effect. the code is as follows
<draggable v-model="tags&quo...
-
How does the vux xaddress provincial and municipal component get the value of the city, not the value of the province?
with one of the xaddress components of vux (to get the location of provinces and cities), when you click Select, both provinces and cities appear. When selecting a city, the last value I want to return is the city, but the default value returned by x...
-
Vue vux use, $vux.confirm how to stop running down
when using the confirm confirmation box of vux, the pop-up box comes out, but the program has not yet been confirmed, and the program has continued to run. May I ask how to solve this problem, such as. Then, you have to run well above before you continu...
-
Vue project, open the white screen with your own browser
the project uses vux components in many places in the vue-cli, project. When using the phone s built-in browser to open it, it is found to be a white screen, which should be a mistake somewhere, but Wechat and other browsers such as google and uc can op...
-
Vue non-parent-child components pass values
problem description
the environmental background of the problems and what methods you have tried
related codes
Please paste the code text below (do not replace the code with pictures)
<cell title="" is-link @click.nat...
-
Introduce vux,v-chart to report error
introduce vux,v-chart to report an error. The error message is as follows:
ERROR Failed to compile with 1 errors 18:17:42
error in . node_modules _vux@2.9.1@vux src components v-chart mixin.js
Module parse failed: Unexpected token (18:6)
You may need...
-
Style variables for components in an vux document
I just came into contact with vux, and saw style variables such as @ header-background-color, @ header-title-color in the vux document, but this function has not been realized in the project. there was a post saying that it was OK to modify webpack.ba...
-
Vee-validate cannot enter input when entering the page for the first time
The project introduced vux and veevalidate, but found that when the page was loaded for the first time, the input of all pages could not be entered, but after a refresh, the input of all pages could be entered .
at present, my solution is to set up an ...
-
Vue project, the introduction of vux components into axios packaging leads to a sharp increase in package size?
I added the component Alert, of the vux library to the wrapper file of axios. Use it according to the document:
...
-
Vux failed to initialize vue-html5-editor
import Vue from vue import "font-awesome css font-awesome.css " import VueHtml5Editor from vue-html5-editor export default function () { let opt = {
new VueHtml5Editor(options)
name: "vue-html5-editor",
showModuleName: true,...
-
Vux input type='file' needs two clicks on ios to trigger.
has tried to set 1. User br select all; 2. Mae webkit talk user select selector auto; 3. PointerMel eventsSelectVall; < user > can t solve it either. can you give me some advice? thank you
...
-
Vux selector data disorder
for the mobile project of 1.vue, a drop-down selection box is made using selector according to the documents on the official website of vux. But rendering the data is not what I want
...
-
Vue cli 3 introduces vux error report
error in . node_modules vux src components inline-calendar index.vue?vue&type=custom&index=0&blockType=i18n
Module parse failed: Unexpected token (74:7)
You may need an appropriate loader to handle this file type.
| week_day_0:
| en: Su
...
-
Popup-picker click to complete before making a judgment where to add?
where can I add a judgment before clicking finish? ...
-
How do you write the onButtonClick: fn (prop:name of FormPreview in vux?
buttons: [{
style: primary ,
text: ,
link: component troubles
}, {
style: primary ,
text: "",
link:
onButtonClick: fn(prop:name)
}]
how to call a method i...
-
How vue uses evaluation attributes in expressions
there is a problem when using vuex:
for example, do you have to go through this.code==this.$store.state.code to determine whether the code in the component is equal to the code, in vuex? (it s too long to write)
but after reading the official docum...
-
How do I display all the elements of List using the VUX search @ on-focus component?
I want to write a fuzzy query function with the Search component of VUX after the VUX document. The requirement is to display all the elements in the list when gets the input focus . VUX s search demo documents are listed only when @ on-change. here...