10000 fix: use inline block language in part request · vuejs/rollup-plugin-vue@7434ea2 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 7434ea2

Browse files
committed
fix: use inline block language in part request
1 parent 77aadb7 commit 7434ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function createVuePartRequest(
6666
type: string,
6767
index?: number
6868
): string {
69-
lang = DEFAULT_LANGS[type] || lang
69+
lang = lang || DEFAULT_LANGS[type]
7070

7171
const match = GET_QUERY.exec(filename)
7272

0 commit comments

Comments
 (0)
0