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 375c823 commit 2301f72Copy full SHA for 2301f72
src/element-directives/partial.js
@@ -44,7 +44,7 @@ module.exports = {
44
},
45
46
insert: function (id) {
47
- var partial = this.vm.$options.partials[id]
+ var partial = _.resolveAsset(this.vm.$options, 'partials', id)
48
_.assertAsset(partial, 'partial', id)
49
if (partial) {
50
var frag = templateParser.parse(partial, true)
0 commit comments