Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/sanPublic

Commit2d1708e

Browse files
committed
fix#786
1 parent0801320 commit2d1708e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/view/preheat-a-node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ function preheatANode(aNode, componentInstance) {
175175
props:props,
176176
events:aNode.events,
177177
tagName:aNode.tagName,
178+
attrs:aNode.attrs,
178179
vars:aNode.vars,
179180
directives:aNode.directives,
180181
_ht:true,
@@ -196,6 +197,7 @@ function preheatANode(aNode, componentInstance) {
196197
props:props,
197198
events:aNode.events,
198199
tagName:aNode.tagName,
200+
attrs:aNode.attrs,
199201
vars:aNode.vars,
200202
directives:aNode.directives,
201203
_ht:true,
@@ -217,6 +219,7 @@ function preheatANode(aNode, componentInstance) {
217219
props:props,
218220
events:aNode.events,
219221
tagName:aNode.tagName,
222+
attrs:aNode.attrs,
220223
vars:aNode.vars,
221224
directives:aNode.directives,
222225
_ht:true,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp