mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
22 lines
242 B
Vue
22 lines
242 B
Vue
<template>
|
|
<div style="padding: 32px;">
|
|
hello world
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
setup() {
|
|
return {
|
|
};
|
|
}
|
|
};
|
|
</script>
|
|
|
|
<config>
|
|
{
|
|
"name": "index",
|
|
"title": "首页"
|
|
}
|
|
</config>
|