forked from iod/cpnode-front
style: move <config> block to top
This commit is contained in:
parent
4c7482cef8
commit
80715dc6bd
@ -1,3 +1,10 @@
|
|||||||
|
<config>
|
||||||
|
{
|
||||||
|
"name": "index",
|
||||||
|
"title": "首页"
|
||||||
|
}
|
||||||
|
</config>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div style="padding: 32px">
|
<div style="padding: 32px">
|
||||||
<h3>fes & 拉夫德鲁</h3>
|
<h3>fes & 拉夫德鲁</h3>
|
||||||
@ -24,10 +31,3 @@ const increment = () => {
|
|||||||
|
|
||||||
const enumsGet = enums.get
|
const enumsGet = enums.get
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<config>
|
|
||||||
{
|
|
||||||
"name": "index",
|
|
||||||
"title": "首页"
|
|
||||||
}
|
|
||||||
</config>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user