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 c954f32 commit 6ff6784Copy full SHA for 6ff6784
lib/loaders/templateLoader.js
@@ -6,7 +6,6 @@ const { genTemplateHotReloadCode } = require('../codegen/hotReload')
6
// Loader that compiles raw template into JavaScript functions.
7
// This is injected by the global pitcher (../pitch) for template
8
// selection requests initiated from vue files.
9
-// Also handles lang="xxx" pre-processing via consolidate if necessary.
10
module.exports = function (source) {
11
const loaderContext = this
12
const query = qs.parse(this.resourceQuery.slice(1))
0 commit comments