Skip to content

Commit

Permalink
style: code style perf
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 10, 2020
1 parent 7651aa8 commit 8f285dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/crud-table/src/CrudTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,9 @@ import { DML, crud } from '@/api/public/crud';
import { getTableDetail, getFormDetail } from '@/api/system/form';
import { confirm } from '@/utils/confirm';
import SvgIcon from '@/icons/SvgIcon.vue';
import _cloneDeep from 'lodash/cloneDeep';
import GenerateFormDialog from './GenerateFormDialog.vue';
import SearchForm from './SearchForm.vue';
import _cloneDeep from 'lodash/cloneDeep'

const STATUS = {
CREATE: 0,
Expand Down
2 changes: 1 addition & 1 deletion packages/form-designer/src/GenerateForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
import {
Component, Vue, Prop, Watch,
} from 'vue-property-decorator';
import GenerateFormItem from './GenerateFormItem.vue';
import _cloneDeep from 'lodash/cloneDeep';
import GenerateFormItem from './GenerateFormItem.vue';

@Component({
components: {
Expand Down
2 changes: 1 addition & 1 deletion packages/shims-vue-expand.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ declare module 'vue/types/vue' {


declare global {
interface Window {
interface Window {
__HOST__URL__: string;
__PREFIX__URL__: string;
}
Expand Down
2 changes: 1 addition & 1 deletion packages/table-designer/src/MenuBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
import { DML, crud } from '@/api/public/crud';
import { getFormDetail } from '@/api/system/form';
import _forEach from 'lodash/forEach';
import _pick from 'lodash/pick'
import _pick from 'lodash/pick';

export default {
name: 'MenuBar',
Expand Down

0 comments on commit 8f285dd

Please sign in to comment.