Node packages updated

Node packages updated
This commit is contained in:
Alexander I. Chebykin
2022-08-23 14:58:21 +03:00
parent ff2ac709d2
commit 0f344e56c3
3 changed files with 320 additions and 195 deletions

View File

@@ -7,7 +7,7 @@
>
<v-card>
<v-card-title class="headline">{{ title }}</v-card-title>
<v-card-text v-html="text"></v-card-text>
<v-card-text>{{ text }}</v-card-text>
<v-card-actions>
<v-spacer></v-spacer>
<v-btn color="primary" flat @click="dialog = false">Ok</v-btn>