diff --git a/.eslintrc.js b/.eslintrc.js index 85a5d15..7e8fce6 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -5,13 +5,10 @@ module.exports = { node: true }, parserOptions: { - parser: 'babel-eslint' + parser: "babel-eslint" }, - extends: [ - '@nuxtjs' - ], - // add your custom rules here + extends: ["@nuxtjs"], rules: { - 'no-console': 'off' + "no-console": "off" } -} +}; diff --git a/.vscode/settings.json b/.vscode/settings.json index 62f02f1..3bcd964 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,8 +3,16 @@ "Weibo", "Weixin", "consola", + "eslintignore", "fontawesome", "fortawesome", - "nuxt" + "hljs", + "navication", + "nuxt", + "nuxtjs", + "styl", + "vditor", + "vmodal", + "wangeditor" ] } \ No newline at end of file diff --git a/layouts/default.vue b/layouts/default.vue index 43a0c52..fccca23 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -22,6 +22,7 @@ #rightContent nuxt Footer + v-dialog