Some eslint fixes

This commit is contained in:
David Carley
2022-09-05 10:30:42 +00:00
parent cae5ccd7b7
commit 135b46df23
17 changed files with 36 additions and 36 deletions

View File

@@ -3,7 +3,7 @@
module.exports = {
replace: true,
template: "#templated-input-template",
props: ["name", "model", "template"],
props: [ "name", "model", "template" ],
data: function () {
return { view: "" };