Skip to content

Commit

Permalink
Merge pull request crowdbotics#34 from crowdbotics/manual-test-cleaned
Browse files Browse the repository at this point in the history
Manual test cleaned
  • Loading branch information
fahrenq authored Oct 29, 2017
2 parents 5f81958 + 7284f28 commit 4cd0707
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions manual-test/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,26 +1,11 @@
<template>
<div>
<input v-model="title" placeholder="title" type="text">
<input v-model="group" placeholder="group" type="text">
<input v-model="openOn" placeholder="openOn" type="text">
<img v-img:a="{ sourceButton: true, title, group, openOn }" src="https://unsplash.it/200/300?image=2">

<img v-img:v="{title: 'titlehere haha haha'}"
src="https://unsplash.it/200/300?image=1">

<img v-img:v
src="https://unsplash.it/200/300?image=3">
<img v-img:a="{ sourceButton: true, openOn: 'dblclick' }" src="https://unsplash.it/200/300?image=2">
<img v-img:v="{ title: 'Example title' }" src="https://unsplash.it/200/300?image=1">
<img v-img:v src="https://unsplash.it/200/300?image=3">
</div>
</template>

<script>
export default {
data() {
return {
title: '',
group: '',
openOn: 'dblclick',
}
},
};
export default {};
</script>

0 comments on commit 4cd0707

Please sign in to comment.