Closed haifengkao closed 8 years ago
argv is not a dom attribute, it should not use $=. See Annotated attribute binding
argv
$=
<neovim-editor id="nyaovim-editor" argv="[[argv]]" font-size="14" font="Ricty,monospace" line-height="1.5" ></neovim-editor>
<neovim-editor id="nyaovim-editor" argv$="[[argv]]" font-size="14" font="Ricty,monospace" line-height="1.5" ></neovim-editor>
Just check the source code
argv
is not a dom attribute, it should not use$=
. See Annotated attribute bindingExpected Behavior
Actual Behavior
Steps to Reproduce (including precondition)
Just check the source code