Load json example
This commit is contained in:
parent
19ca3b75c6
commit
551bf10af3
@ -6,6 +6,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import data from './assets/mobitec-01682-r7-bib-01369-r9-69.json'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'Mobitter-FE',
|
name: 'Mobitter-FE',
|
||||||
data () {
|
data () {
|
||||||
@ -16,6 +18,7 @@ export default {
|
|||||||
computed: {
|
computed: {
|
||||||
text () {
|
text () {
|
||||||
let text = this.input
|
let text = this.input
|
||||||
|
console.log(data)
|
||||||
// Do something with text.
|
// Do something with text.
|
||||||
return 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