diff --git a/public/parent.html b/public/parent.html
index d9865c4..7235361 100644
--- a/public/parent.html
+++ b/public/parent.html
@@ -16,6 +16,11 @@
}, {
type: 'text',
title: 'Phone'
+ }, {
+ type: 'radio',
+ title: 'Test',
+ optTexts: ['Option 1', 'Option 2', 'Option 3'],
+ optValues: ['Option 1', 'Option 2', 'Option 3']
}]
};
window.onload = () => {
diff --git a/src/App.vue b/src/App.vue
index 9573d82..9fa349b 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,7 +1,19 @@
-
-
- {{ getDisplayTitle() }}
-
+
+
{{ displayTitle }}
+
+
+
+
-
+
+
+
+
+
+
+
+
+