We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1a1c9 commit b052f80Copy full SHA for b052f80
example/basic/vite.config.ts
@@ -3,6 +3,7 @@ import { UserConfig } from 'vite'
3
import Vue from '@vitejs/plugin-vue'
4
import ViteComponents from 'vite-plugin-components'
5
import Markdown from 'vite-plugin-md'
6
+// @ts-expect-error
7
import SVG from 'vite-plugin-vue-svg'
8
9
const config: UserConfig = {
example/vue2/src/main.ts
@@ -1,5 +1,5 @@
1
import Vue from 'vue'
2
-import App from '/src/App.vue'
+import App from './App.vue'
import './index.css'
new Vue(App).$mount('#app')
0 commit comments