Load json example

This commit is contained in:
Erki Aas 2023-01-20 19:43:32 +02:00
parent 19ca3b75c6
commit 551bf10af3
2 changed files with 4 additions and 0 deletions

View File

@ -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
} }

File diff suppressed because one or more lines are too long