Merge branch 'master' of https://git.czcyedu.com/zhixinlian/fontend-web
commit
f38b84cfef
2 changed files with 17 additions and 0 deletions
@ -0,0 +1,6 @@ |
||||
import pageCommon from '@/common/page-common'; |
||||
import App from './yyyfLogin'; |
||||
|
||||
pageCommon.createPageInstance({ |
||||
render: h => h(App), |
||||
}); |
@ -0,0 +1,11 @@ |
||||
<template> |
||||
<div style="background-color: white">hello-yyyfLogin</div> |
||||
</template> |
||||
|
||||
<script> |
||||
export default { |
||||
name: 'yyyfLogin', |
||||
}; |
||||
</script> |
||||
|
||||
<style scoped></style> |
Loading…
Reference in new issue