Skip to content

Commit

Permalink
[#12] clean up some unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
k9 committed Sep 18, 2016
1 parent 9246fda commit b2d82a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/ViewPerson.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="mdl-cell mdl-card mdl-shadow--4dp portfolio-card">
<mdl-button class="randPersonBtn" v-mdl-ripple-effect colored icon raised v-on:click="fetchRandomPerson">
<i class="material-icons">face</i> Random
<i class="material-icons">face</i> Random Person
</mdl-button>
<div class="mdl-card__actions">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label is-upgraded is-dirty">
Expand Down Expand Up @@ -64,9 +64,6 @@ export default {
},
init() {
person.fetchAll().then((nameList) => {
// Unfortunately since we async loaded data,
// closing the select menu requires an extra click due to:
// https://github.com/posva/vue-mdl/issues/46
this.nameList = nameList;
});
},
Expand Down

0 comments on commit b2d82a3

Please sign in to comment.