Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit 322d6b2

Browse files
committed
Update lib/create.js
1 parent df1659f commit 322d6b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ async function create(name, options) {
348348
const mainJs =
349349
`import {createApp} from 'vue'
350350
import App from './App.vue'
351-
import './style.css'
351+
import './style.${cssLoader}'
352352
${importList}
353353
const app = createApp(App)
354354

0 commit comments

Comments
 (0)