Skip to content

Commit 5f79c99

Browse files
committed
fix non logical linter errors
1 parent e636531 commit 5f79c99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/devextreme-cli/src/templates/vue-v3/application/src/components/theme-switcher.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
</template>
99

1010
<script setup>
11+
/* eslint-disable */
1112
import { DxButton } from 'devextreme-vue/button';
1213
import { themeService } from '../theme-service';
1314
@@ -16,4 +17,5 @@ const currentTheme = themeService.currentTheme;
1617
function onClickButton() {
1718
themeService.switchAppTheme();
1819
}
20+
/* eslint-enable */
1921
</script>

0 commit comments

Comments
 (0)