as mentioned, I know that dynamic img can be put into static, but I want to know if it can be put into assets. is something like this src= " . assets img +node.img+ .png " I can t write it this way. I want to know how to write it if I can p...
when I searched for two questions, I got contradictory answers: the difference between 1.src and href 2. Browser render pass the first question: generally speaking, src refers to external resources, and downloading and processing of other resources ...
this.$element.trigger(`init.zf.${pluginName}`); I don t understand very well, there is no declaration of any events like "init.zf.xxx " in the code, so what does this trigger trigger? ...
A vue project operated by the company itself uses video-player to play videos in m3u8 format. However, some users report that in the case of WiFi connection, sometimes they will jump to the local live TV broadcast, as shown in the following figure: ...
has one element: hover: when you click the button, there will be the following animation, https: ws3.sinaimg.cn large . could you tell me how to realize this animation? ...
client request is let protocol = location.protocol === https: ? wss: www.domain.com:8180 : ws: www.domain.com:8180 ; var ws = new WebSocket(protocol); nginx is configured as follows: server { listen 443 ssl ht...
problem description vue project , datacashData,,item,,v-forcashData,,:,,showProInfoFlagfalse, but print through the console and find that the data has actually changed. Is vue not listening? ...