Why does writing the same HTML code in a template perform so poorly compared to rendering it with v-html demo
For example, 1 I don't want him to match the css style below Because logically I don't think he has any pattern [class]{ color:red // mean, isA or isB... but {isA:false, isB:false} ... See More
Hi, I usually use Laravel + vuejs. But for a new projet it's a vuejs projet + backend For dev when i do npm run dev, the server start on localhost:5174. How can i set node to listen ... See More
Related to discussion #5962. I frequently find myself pasting this incantation: e != 'default')" #[name]="slotData"> "> When creating an outer component where you need to pas ... See More
Scenario I have created a Grid component and updated the column and row on the mounted event dynamically based on the data source. The performance issue occurs in a in a large number ... See More
Im using with Vue 3 with Typescript My parentComponent ButtonWrapper.vue contains two PrimButton.vue Components. Depending on the mousemovement within ButtonWrapper.vue i am going to ... See More
Hello, I'm trying to write a component with generic props like this: import { defineComponent, PropType } from 'vue'; export default function () { return defineComponent({ name ... See More
from the vue docs Watchers declared synchronously inside setup() or are bound to the owner component instance, and will be automatically stopped when the owner component is unmounte ... See More
Vue version v3.3.4 Link to minimal reproduction https://stackblitz.com/edit/github-qgjzhk-xwmk5z?file=src%2Fpages%2FHome.vue Steps to reproduce In a component within , I used the foll ... See More
In a Nuxt project that uses tailwindcss I would like to animate a drop-down list. To do so I would like to use the v-for's index value to "configure" the transition-delay value of eac ... See More
`const requireApi = require.context( //api 目录的相对路径 '.', //是否查询子路径 false, //查询文件的一个后缀 /.js$/ ) console.log("------------------------------ ... See More
I have the following code snippet: type FooType = { id: string } const bar = ref() Now bar is of type Ref: However, when I initialize bar with a default value, let's say null, ... See More
As part of Vue 3.5, how can we import CSS as ES modules and apply them in the shadow DOM? It was an experimental feature of the plugin that used by the community to solve most of the ... See More
I’ve created a MyButton component and attempted to pass a JSX event handler prop, onClick, directly to the component without explicitly declaring it. My expectation was that th ... See More
Hi, in my application I have an async function call to a backend api to load around 12000 data entries. This happens in around 500ms. All this is encapsulated in an async await call. ... See More
Hi, It's interesting to see Vue slowly dying (at least from my perspective) as its release schedule has been laughable lately. But why? Thank you!
I created a table component: With this kind of scoped CSS: .table { /* ... */ :deep(th), :deep(td) { /* ... */ } :deep(th) { /* ... */ } :deep(th) { /* ... See More
I have a comment in my code that references a thread from the old Vue forum: https://forum.vuejs.org/t/render-inside-iframe/6419. However, the link now redirects to https://github.com ... See More
Our company has been utilizing Vue.js for over 5 years, and we are interested in becoming a Vue.js Network Partner. Could you please provide us with guidance on the criteria and steps ... See More
æˆ‘çœ‹äº†è·¯ç”±æ˜¯æ²¡é—®é¢˜çš„ï¼Œå› ä¸ºä¼šè¿è¡Œmountedä¸çš„代ç ,bodyä¸åªæœ‰æ ‡ç¾ï¼Œ ... See More