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

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: use inline block language in part request
  • Loading branch information
znck committed Nov 21, 2019
1 parent 77aadb7 commit 7434ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Expand Up @@ -66,7 +66,7 @@ export function createVuePartRequest(
type: string,
index?: number
): string {
lang = DEFAULT_LANGS[type] || lang
lang = lang || DEFAULT_LANGS[type]

const match = GET_QUERY.exec(filename)

Expand Down

0 comments on commit 7434ea2

Please sign in to comment.