Load json example
This commit is contained in:
parent
19ca3b75c6
commit
551bf10af3
@ -6,6 +6,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import data from './assets/mobitec-01682-r7-bib-01369-r9-69.json'
|
||||
|
||||
export default {
|
||||
name: 'Mobitter-FE',
|
||||
data () {
|
||||
@ -16,6 +18,7 @@ export default {
|
||||
computed: {
|
||||
text () {
|
||||
let text = this.input
|
||||
console.log(data)
|
||||
// Do something with text.
|
||||
return text
|
||||
}
|
||||
|
1
src/assets/mobitec-01682-r7-bib-01369-r9-69.json
Normal file
1
src/assets/mobitec-01682-r7-bib-01369-r9-69.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user