Skip to content

Commit

Permalink
F fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
terry520go committed Sep 16, 2019
1 parent ee2e185 commit d54e356
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions examples/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ import { LoadType } from '../types/index.d';
})
export default class App extends Vue {
private loading: boolean = true;
mounted() {
// this.$loading({
// fullscreen: true,
// type: 'default',
// });
}
// mounted() {
// this.$loading({
// fullscreen: true,
// type: 'default',
// });
// }
}
</script>

Expand Down
4 changes: 2 additions & 2 deletions packages/components/loading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import tDefault from './default.vue';
@Component({
name: 'tLoading',
components: {
'stretch': tStretch,
'default': tDefault,
stretch: tStretch,
default: tDefault,
},
})
export default class TLoading extends Vue implements ILoadFuns {
Expand Down

0 comments on commit d54e356

Please sign in to comment.