-
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
...
-
Vux load drawer Blank
A rookie, who had no choice but to turn to the god of Sifou for several days
question: I use the vue init webpack project name to build the project:
package
webpack.base.conf.js
index.js
run dev
route.js
drawer.vue
...
-
About Modular Development
there is a front-end framework called VUX, which contains all the functions .
import { Checker, CheckerItem } from vux
export default {
components: {
Checker,
CheckerItem
}
}
then you can use custom tags
<checker-item value="...
-
Import vux.css reports an error
according to the code written in the vux document, reported an error when it was running, and no one on Baidu seemed to have encountered the same problem as me for a long time.
the error is as follows:
I know that if I can t find the code below ...
-
Vue-cli introduces vux to report errors?
introduce error reporting ...
-
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...
-
Do not display and report errors using the vux component datetime?
The code is an example of the official website code. The error message is as follows. How to solve it?
< hr >
Code (everything that should be quoted is quoted):
<group title="abc">
<datetime confirm-text="" cancel-...
-
Problems with vue Mobile rendering menu and Top header
ask for help. When I do the top header on the mobile and the tab at the bottom, I intend to render the top tab with permission through permission matching routing. I wonder if this idea is advisable? Then if I take this approach, should I handle it thro...
-
This.$vux.toast.show does not trigger, this. Vux undefined
uses vux s UI framework, and then I introduce vux into main.js
login.vuestoreactionaxiosaxiosthis.$vux.toast.show this.$vux undefined
...
-
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...
-
Error Module not found after vue project npm run build
import @ components componentA
...
-
There is something wrong with using vux.
I want to write some simple examples in vux so I went to the demo of the official website and found that it is too big and difficult to modify the routing I can t fix the style of the overall framework by myself is there a simpler example I can use...
-
How to add a little red dot of unread messages to the app icon of mixed development?
problem description
if there is an unread message, a small red dot, or a red badge number, will be displayed on the upper-right corner of the app icon. how to implement it in mixed development?
the environmental background of the problems and what ...
-
What is the configuration of vux in webpack4?
`const vuxLoader = require ( vux-loader ) const webpackConfig = originalConfig
module.exports = vuxLoader.merge (webpackConfig, { plugins: [ vux-ui ] }) ` this is the configuration of the official website. Due to the different configuration metho...
-
The iview table was introduced into the vue+vux project. After introducing the css file, run build, webpack mixed it with the styles in vux and packaged it.
tables are needed in the vue+vux project. Vux s table style is too ugly, so iview s table is introduced. is not introduced in main.js, but iview is introduced in a .vue component.
import iView from iview ;
import iview dist styles iview.css ;
...
-
On the problem of vux x-input assigning automatic focus on IOS
recently, a project was developed using vux s UI. On an add page (there are about 30 fields), the price needs to be calculated, and then the value is assigned to another field. But there is a problem in actual use, that is, when I enter a numeric value...
-
The problem of tabbar data recording in vux
how do I monitor selected ?
for example, when $router.path== , add selected , then
<tabbar style="position:fixed;z-index:999">
<tabbar-item selected link=" ">
<img slot="icon" src=".. .....