getting started with vux, encountered a problem here in router. Figure above: router index.js main.js: :main.jsrouter index.js :router index.jspathindex.vue:main.jsrouter index.jsmain.jsindex.jspathmain.jsrouter index.js ::routes... ...
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...
uses vue-cli3.0. Why is there such a mistake? ...
problem description vux for ui framework main.js introduces toast import {Toast ,ToastPlugin} from vux Vue.use(ToastPlugin, {position: middle }) api.js uses toast import axios from axios ; axios.interceptors.res...
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...
problem description when x-icon and base64 coexist with the page in vux, the display of base64 will be limited by the size. To put it simply, a small one will be displayed, while a larger one will report an error . ...
problem description when x-icon and base64 coexist with the page in vux, the display of base64 will be limited by the size. To put it simply, a small one will be displayed, while a larger one will report an error . ...
buttons: [{ style: primary , text: , link: component troubles }, { style: primary , text: "", link: onButtonClick: fn(prop:name) }] how to call a method i...
problem description ERROR in. node_modules vux src components alert index.vue Module parse failed: Unexpected token (1:0) You may need an appropriate loader to handle this file type. | < template > | < div class= "vux-alert " > | < x-dialog @...
where can I add a judgment before clicking finish? ...
found the problem, the problem of the vux official template found issues https: github.com airyland v. under vux, but there is no solution for the time being Project description Project is a mobile vue2 project, which uses vux as the ui framewo...
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 ...
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 ...
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 ...
problem description place range component in popup set v-model for range component invalid open popup after range display initial value is NaN the environmental background of the problems and what methods you have tried after deleting popup, you c...
Why does v-for display an error ...
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,...
I added the component Alert, of the vux library to the wrapper file of axios. Use it according to the document: ...
<checker v-model= equipmentcheck type= checkbox default-item-class="item" selected-item-class="item-selected"> <checker-item v-for="item in equipments" :key="item.id&q...
the front end newly adopts the vux framework. When using x-input for data entry, it is found that only by double-clicking the input part, clicking the title location of the x-input, or clicking the mouse and then releasing it after a delay for a period ...