diff --git a/.eslintrc.js b/.eslintrc.js index b7db048..edac359 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -14,13 +14,12 @@ module.exports = { rules: { // override/add rules settings here, such as: // 'vue/no-unused-vars': 'error' - 'vue/match-component-import-name': 'warn', - 'vue/no-ref-object-destructure': 'warn', - 'vue/no-required-prop-with-default': 'warn', - 'vue/no-restricted-class': 'warn', - 'vue/no-template-target-blank' : 'warn', - 'vue/no-this-in-before-route-enter' : 'warn', - 'vue/prefer-prop-type-boolean-first' : 'warn', - + "vue/match-component-import-name": "warn", + "vue/no-ref-object-destructure": "warn", + "vue/no-required-prop-with-default": "warn", + "vue/no-restricted-class": "warn", + "vue/no-template-target-blank": "warn", + "vue/no-this-in-before-route-enter": "warn", + "vue/prefer-prop-type-boolean-first": "warn", }, }; diff --git a/src/App.vue b/src/App.vue index 10b1827..1519d90 100644 --- a/src/App.vue +++ b/src/App.vue @@ -27,7 +27,7 @@ export default { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; - /* color: #2c3e50; */ + /* color: #2c3e50; */ } * { diff --git a/src/components/CanvasBoard.vue b/src/components/CanvasBoard.vue index d307a31..1f1338d 100644 --- a/src/components/CanvasBoard.vue +++ b/src/components/CanvasBoard.vue @@ -5,52 +5,135 @@ ref="canvas-board" :width="canvasWidth" :height="canvasHeight" - > - + /> diff --git a/src/components/MenuElementaryCA.vue b/src/components/MenuElementaryCA.vue index 4e3ce31..d968453 100644 --- a/src/components/MenuElementaryCA.vue +++ b/src/components/MenuElementaryCA.vue @@ -11,7 +11,8 @@ @input="updateInitialState" >