You've already forked template-MP
添加初始化目录结构
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "subPages",
|
||||
"pages": []
|
||||
"pages": [
|
||||
{
|
||||
"path": "welcome/index"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"easycom": {
|
||||
|
||||
13
subPages/welcome/index.vue
Normal file
13
subPages/welcome/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div>
|
||||
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user