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

Commit ce5f9f7

Browse files
committed
Revert "fix: use inline block language in part request"
This reverts commit 7434ea2.
1 parent 82a2a8e commit ce5f9f7

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 = lang || DEFAULT_LANGS[type]
69+
lang = DEFAULT_LANGS[type] || lang
7070

7171
const match = GET_QUERY.exec(filename)
7272

0 commit comments

Comments
 (0)