dewfall123 / ruabick

Dumi like tool based on vitepress.
https://dewfall123.github.io/ruabick/
144 stars 32 forks source link

dmo组件使用tsx报错!( React is not defined) #19

Open chenchen0501 opened 2 years ago

chenchen0501 commented 2 years ago

源码: image 使用: image 报错: image vite配置: 在plugins已配置@vitejs/plugin-vue-jsx

dewfall123 commented 2 years ago

我试了可以,是不是配置有误?

// docs\.vitepress\config.js

import vueJsx from '@vitejs/plugin-vue-jsx'

export default defineConfig({
  ...
  vite: {
    plugins: [genTemp(), genApiDoc(), vueJsx()],
  }