feat: 规范pnpm版本

This commit is contained in:
harrywan 2024-09-12 14:32:23 +08:00
parent 5d25b0630d
commit a7d9e12745
4 changed files with 12 additions and 5 deletions

View File

@ -3,6 +3,7 @@
"type": "module",
"version": "3.2.0",
"private": true,
"packageManager": "pnpm@8.6.6",
"description": "一个好用的前端管理台快速开发框架",
"preferGlobal": true,
"workspaces": [

View File

@ -5,5 +5,4 @@ html, body {
.page {
height: 1000px;
background-image: url('~@/images/hello.png');
}

View File

@ -27,6 +27,5 @@ function go() {
<style lang="less">
.page {
height: 1000px;
background-image: url('@/images/hello.png');
}
</style>

View File

@ -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: {},