Skip to content

Commit

Permalink
chore: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 25, 2018
1 parent c954f32 commit 6ff6784
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/loaders/templateLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const { genTemplateHotReloadCode } = require('../codegen/hotReload')
// Loader that compiles raw template into JavaScript functions.
// This is injected by the global pitcher (../pitch) for template
// selection requests initiated from vue files.
// Also handles lang="xxx" pre-processing via consolidate if necessary.
module.exports = function (source) {
const loaderContext = this
const query = qs.parse(this.resourceQuery.slice(1))
Expand Down

0 comments on commit 6ff6784

Please sign in to comment.