mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-12 20:19:55 -05:00
style: fix some lint warnings
This commit is contained in:
@@ -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')"
|
||||
|
||||
@@ -5,7 +5,8 @@ module.exports = {
|
||||
pluginOptions: {
|
||||
apollo: {
|
||||
enableMocks: false,
|
||||
enableEngine: false
|
||||
enableEngine: false,
|
||||
lintGQL: true
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user