diff --git a/src/pages/yyyfLogin.app.js b/src/pages/yyyfLogin.app.js
new file mode 100644
index 0000000..ffe5efb
--- /dev/null
+++ b/src/pages/yyyfLogin.app.js
@@ -0,0 +1,6 @@
+import pageCommon from '@/common/page-common';
+import App from './yyyfLogin';
+
+pageCommon.createPageInstance({
+ render: h => h(App),
+});
diff --git a/src/pages/yyyfLogin.vue b/src/pages/yyyfLogin.vue
new file mode 100644
index 0000000..7d6653e
--- /dev/null
+++ b/src/pages/yyyfLogin.vue
@@ -0,0 +1,11 @@
+
+ hello-yyyfLogin
+
+
+
+
+