Some eslint fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
module.exports = {
|
||||
replace: true,
|
||||
template: "#templated-input-template",
|
||||
props: ["name", "model", "template"],
|
||||
props: [ "name", "model", "template" ],
|
||||
|
||||
data: function () {
|
||||
return { view: "" };
|
||||
|
||||
Reference in New Issue
Block a user