From 956b9117d5e746b0f33eafa560a7875dee682c41 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 11 Jul 2022 15:19:51 +0800 Subject: [PATCH] fix: fix plugin name --- template/base/vite.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/base/vite.config.js b/template/base/vite.config.js index 884bb87e..7cbd617e 100644 --- a/template/base/vite.config.js +++ b/template/base/vite.config.js @@ -3,7 +3,7 @@ import { fileURLToPath } from 'url' import { defineConfig } from 'vite' import legacy from '@vitejs/plugin-legacy' import vue2 from '@vitejs/plugin-vue2' -import vue2Jsx from '@vitejs/plugin-vue2' +import vue2Jsx from '@vitejs/plugin-vue2-jsx' // https://vitejs.dev/config/ export default defineConfig({ -- 2.47.3