Skip to content

Commit

Permalink
fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
mei-rune committed Mar 5, 2019
1 parent 6632c2f commit 6d10432
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/DragSelect/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default class DragSelect extends Vue {
set selectVal(val) {
this.$emit('input', [...val]);
}
mounted() {
this.setSort();
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/ErrorLog/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="errorLogs.length>0">
<div v-if="errorLogs.length > 0">
<el-badge :is-dot="true" style="line-height: 25px;margin-top: -5px;" @click.native="dialogTableVisible=true">
<el-button style="padding: 8px 10px;" size="small" type="danger">
<svg-icon icon-class="bug" />
Expand Down
2 changes: 1 addition & 1 deletion src/components/GithubCorner/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<a href="https://github.com/PanJiaChen/vue-element-admin" target="_blank" class="github-corner" aria-label="View source on Github">
<a href="https://github.com/Armour/vue-typescript-admin-template" target="_blank" class="github-corner" aria-label="View source on Github">
<svg
width="80"
height="80"
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"types": [
"node",
"webpack-env",
"mocha",
"chai",
"jest",
"echarts"
],
"paths": {
Expand Down
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
publicPath: '/hengwei/security/',
publicPath: process.env.NODE_ENV === 'production' ? '/vue-typescript-admin-template/' : '/',

pwa: {
name: 'vue-typescript-admin-template'
Expand Down

0 comments on commit 6d10432

Please sign in to comment.