-
Vue project Mobile Open recommendation Rich text Editor requires functional pictures, videos and emoticons
Rich text editor is recommended on mobile end of vue project function Picture Video can be uploaded local video the kind of with small expressions similar to Jinri Toutiao do you have any friends who know about it? ...
-
How does svg realize the animation of highlighting moving along with the path of the line, and the direction also follows the direction of the path?
this is your own. When you move, the direction of the element remains the same and will not rotate with the direction of the line ....
-
Vue Baidu Statistical event Analysis Trackevent event conversion how to set? Only one option can't be deleted.
...
-
On the problem of elementUI switch
The list uses the switch component in elementUI
status is a field returned by the background, which is fine.
the on state is 1 and the off state is 0, but the switch does not correspond here and cannot be displayed here.
the code is as follows:...
-
Status management of the page
the vue page currently being written has the following different states, and my way of writing it is as follows
data: function () {
return {
state: 1, 1: 2: 3: 4: 5
deliveryState: 1, :1: 2:
}
},
w...
-
Why is my global reference to the mint-ui framework invalid?
install module:
npm install mint-ui -S
mains.js:
import Mint from mint-ui ;
import mint-ui lib style.css
Vue.use(Mint);
I want to use the toash component now using the toash component in xx.vue he will prompt that he cannot find if ...
-
Vue displays the query results to el-tabel
list:
what I assign to banklist but banklist doesn t seem to save is my paging data
...
-
Vscode formatted indentation
use the vscode alt+shift+f format vue code to set the following template when pug, is used, how can you set the indentation of pug to 4 spaces,
{
"editor.fontSize": 12,
"emmet.variables": {
"lang": "z...
-
Use http.get in node to get data. Why can't export export it? How to export the obtained data
the approximate code is as follows:
let http = require( https )
let obj ;
get
http.get( https: c.y.qq.com ,function(req,res){
let html= ;
req.on( data ,data =>{
html+=data;
console.log(data);
});
req.on( end ,() => {
...
-
About vue asynchronous component loading, webpack packages to generate .js files, and browsers load .js files.
in the following code, there are two problems that can t be understood after reading the document several times.
component: r => require.ensure([], () => r(require( .. page item item.vue )), item )
What exactly is the use of the first param...
-
When using github, there is a problem that the page does not jump.
SSH is required to upload code to git in development, but a problem occurs that does not jump to the page. Repeated refresh reported 404 page missing error.
tried to log in again, tried again, but still did not solve the problem
related codes
this...
-
Browse the web page and save the information of the key nodes of the characteristic page under a specific site
< H1 > there is a requirement that it is inefficient to copy and paste to the details page all the time. < H1 >
I have an idea. Write an extension of Chrome so that when it comes to a specific page, it parses a specific Dom node. However, because the ...
-
How to judge how to pass this verification rule
now there is a requirement that begins with
130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 145, 147, 150, 151, 152, 153, 155, 156, 157, 158, 159, 173, 175, 176, 177, 178, 180, 181, 182, 183, 184, 184, 185, 186, 187, 188, 189, 166, 198, 199
...
-
How does websocket upload large files and pictures? if you find a large file, you will be disconnected.
I used canvas to do the picture editing function, because I chose canvas.toDataURL ( "image png ") to upload the original image. Now I get the picture in base64 format. When I send it with websocket, I find that the file will be disconnected and report ...
-
Is there any website that describes all the modules in npm? in the official website, there are only search modules, and there will be usage instructions only when found, and there is not a systematic document that introduces commonly used modules.
is there any website that describes all the modules in npm? in the official website, there is only the way of searching modules, and there will be usage instructions only when you find them. There is no systematic description of the documentation of comm...
-
A tag to download attachment, need to add token, how to do?
as detailed in the title:
current requirements: for the company s business, its resources are authorized, such as files and pictures uploaded to the system.
now you need to download the file through a hyperlink on the page, but to download it t...