mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
feat: 规范pnpm版本
This commit is contained in:
parent
9298cf1485
commit
b66535831e
@ -3,6 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "3.2.0",
|
"version": "3.2.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
"packageManager": "pnpm@8.6.6",
|
||||||
"description": "一个好用的前端管理台快速开发框架",
|
"description": "一个好用的前端管理台快速开发框架",
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
|
@ -5,5 +5,4 @@ html, body {
|
|||||||
|
|
||||||
.page {
|
.page {
|
||||||
height: 1000px;
|
height: 1000px;
|
||||||
background-image: url('~@/images/hello.png');
|
|
||||||
}
|
}
|
||||||
|
@ -27,6 +27,5 @@ function go() {
|
|||||||
<style lang="less">
|
<style lang="less">
|
||||||
.page {
|
.page {
|
||||||
height: 1000px;
|
height: 1000px;
|
||||||
background-image: url('@/images/hello.png');
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -2,17 +2,25 @@
|
|||||||
<div class="page">
|
<div class="page">
|
||||||
menuTest-index
|
menuTest-index
|
||||||
<div style="display: flex; flex-direction: column">
|
<div style="display: flex; flex-direction: column">
|
||||||
<router-link to="/menuTest/1">Go to 1</router-link>
|
<router-link to="/menuTest/1">
|
||||||
<router-link to="/menuTest/2">Go to 2</router-link>
|
Go to 1
|
||||||
<router-link to="/menuTest/3">Go to 3</router-link>
|
</router-link>
|
||||||
|
<router-link to="/menuTest/2">
|
||||||
|
Go to 2
|
||||||
|
</router-link>
|
||||||
|
<router-link to="/menuTest/3">
|
||||||
|
Go to 3
|
||||||
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<config>
|
<config>
|
||||||
{
|
{
|
||||||
"title": "menuTest"
|
"title": "menuTest"
|
||||||
}
|
}
|
||||||
</config>
|
</config>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
components: {},
|
components: {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user