-
找到这个个插件实现图片无缝滚动 费了很大劲儿 这么好的插件很难得,希望能够支持nuxt.js 服务端渲染
-
After clicking on the `LAUNCH SIMULATION` button in the config wizard, we might sometime get a 5xx error from the server. When that happens, instead of showing a popup with the error, it would be bet…
-
### Clear and concise description of the problem
The docs are really great! I just dont see how to use all this amazing template functions within the script, e.g. `$t`, `$tc`, `$d`, `$n`. If I try …
MickL updated
8 months ago
-
#### 安装,升级,卸载
>卸载 npm uninstall -g vue-cli
>推荐直接删除系统目录node_modules/vue-cli
>安装 npm install -g @vue/cli
>vue create my-project
>cd my-project
>npm run serve
>空格选择取消,回车确定
>或者 npx -p vue-cl…
-
Hi,
I've noticed a bug which happens using Vue 1.0.22 and up. If you have a validator checking a field which can have it's value modified by a watch, the validator doesn't detect a change to the inpu…
-
Hi,
I'm working on a project that uses Vue 3 and Typescript. I was wondering if you could include a type declaration module (.d.ts file) in the package. I'd be glad to help but I'm kinda a novice in …
-
When i test the component in a SPA, all works OK. ("quasar dev")
When i try to test it in a PWA, same code and same file, it redirects to 404 page ("quasar dev --mode pwa")
if I inspect the code…
-
### Problem
In a group with 3 users and a mincome of $1000 USD/month, I performed the following steps:
**One: I changed the currency to BTC:**
![Screenshot 2024-07-04 at 10 02 06 AM](https://…
-
Investigate/identify:
- whether we can use this library in Vue3
- what is missing to be able to use it (or when it will be available)
- alternate packages (or whether we can change our code as needed)…
-
之前看到 vue 文档出现这个单向数据流,就觉得有点纳闷,我擦,vue不是双向绑定的么,出现这个是什么鬼,看了文档里也说了两种情况修改 props 的处理方案。还是有点疑惑。所以有了这篇文章。
>从v-model开始讲起
### 1、v-model 用在 input 元素上
v-model在使用的时候很像双向绑定的(实际上也是。。。),但是 Vue 是单项数据流,v-model 只是…