style: fix some lint warnings

This commit is contained in:
Haoqun Jiang
2020-04-26 16:22:56 +08:00
parent 9d481759f9
commit 320e3919c9
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
class="frame"
:tab-id.sync="tabId"
>
<template slot-scope="{ next, previous }">
<template>
<VueTab
id="search"
:label="$t('org.vue.views.project-plugins-add.tabs.search.label')"

View File

@@ -5,7 +5,8 @@ module.exports = {
pluginOptions: {
apollo: {
enableMocks: false,
enableEngine: false
enableEngine: false,
lintGQL: true
}
},