Skip to content

Commit

Permalink
remove merge marker
Browse files Browse the repository at this point in the history
  • Loading branch information
Johnny committed Nov 20, 2020
1 parent 58d6e06 commit d6a79b4
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/features/encounters/npc/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,7 @@
</template>

<script lang="ts">
<<<<<<< HEAD
<<<<<<< HEAD
import { Vue, Component, Prop, Watch } from 'vue-property-decorator'
=======
import { Vue, Component, Prop, Watch } from 'vue-property-decorator'
>>>>>>> parent of 6a97f2d... Added GM Resource Exporting!
=======
import { Vue, Component, Prop, Watch } from 'vue-property-decorator'
>>>>>>> parent of 6a97f2d... Added GM Resource Exporting!
import PanelView from '../components/PanelView.vue'
import NpcCard from './NpcCard.vue'
import RosterGroup from './components/RosterGroup.vue'
Expand Down Expand Up @@ -231,17 +223,7 @@ export default class NpcManager extends Vue {
@Watch('selectedNpc')
onSelectedNpcChanged() {
<<<<<<< HEAD
<<<<<<< HEAD
// this.$refs.view.resetScroll()
=======
this.$refs.view.resetScroll()
>>>>>>> parent of 6a97f2d... Added GM Resource Exporting!
=======
this.$refs.view.resetScroll()
>>>>>>> parent of 6a97f2d... Added GM Resource Exporting!
}
created() {
Expand Down

0 comments on commit d6a79b4

Please sign in to comment.