Convert all view components to use Composition API
might as well start getting used to this new hotness
This commit is contained in:
parent
5e238aa2aa
commit
7a14101e01
6 changed files with 191 additions and 235 deletions
|
@ -2,17 +2,6 @@
|
|||
import appsettings from '../appsettings'
|
||||
</script>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
data() {
|
||||
return {
|
||||
appsettings,
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="about">
|
||||
<h4 class="is-size-4">{{ appsettings.appTitle }} {{ appsettings.appVersion }}</h4>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue