style: move <config> block to top

This commit is contained in:
Nex Zhu 2021-12-27 21:54:25 +08:00
parent 4c7482cef8
commit 80715dc6bd
No known key found for this signature in database
GPG Key ID: 15C6254AD19362B4

View File

@ -1,3 +1,10 @@
<config>
{
"name": "index",
"title": "首页"
}
</config>
<template>
<div style="padding: 32px">
<h3>fes & 拉夫德鲁</h3>
@ -24,10 +31,3 @@ const increment = () => {
const enumsGet = enums.get
</script>
<config>
{
"name": "index",
"title": "首页"
}
</config>