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