feat: 规范pnpm版本

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

View File

@ -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": [

View File

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

View File

@ -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>

View File

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