python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
`ReferenceError: React is not defined` in vue3 jsx files
i am trying to implement storybook with antdv, when I import a tsx file which returns jsx inside button.stories.js, I got "ReferenceError: React is not defined"
you can see error here
but re...
Muhammad Awais Zeeshan
Votes: 0
Answers: 1
How to call a computed property in dynamic style?
I want to style Ant Design Vue button(inside a table row of Ant Design table) dynamically:
<template #status="{ text }">
<a-button ghost
:style="{'border-color': getColo...

Reza Mazaheri
Votes: 0
Answers: 1