mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
compositioN: error and valuepair
This commit is contained in:
parent
fdfeed35af
commit
be80da4f06
|
@ -8,9 +8,9 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { defineComponent } from '@vue/composition-api';
|
||||
|
||||
export default Vue.extend({
|
||||
export default defineComponent({
|
||||
name: 'ValuePair',
|
||||
props: {
|
||||
description: {
|
||||
|
|
|
@ -10,9 +10,11 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import Vue from 'vue';
|
||||
import { defineComponent } from '@vue/composition-api';
|
||||
|
||||
export default Vue.extend({});
|
||||
export default defineComponent({
|
||||
name: 'Error404',
|
||||
});
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
|
|
Loading…
Reference in New Issue
Block a user