修改package.json的启动命令
This commit is contained in:
@@ -1,15 +1,20 @@
|
||||
import { defineComponent } from 'vue'
|
||||
import { RouterLink, RouterView } from "vue-router";
|
||||
import {defineComponent} from 'vue'
|
||||
|
||||
export default defineComponent({
|
||||
setup() {
|
||||
return () => (
|
||||
<>
|
||||
{/* 仅作占位,主应用加载联邦模块时不会显示此内容 */}
|
||||
<div class="order-federation-placeholder">
|
||||
<h2>订单联邦模块(独立开发/测试用)</h2>
|
||||
<p>此页面仅用于模块单独调试,实际运行时由主应用加载资源</p>
|
||||
<p>单独开发时,可临时引入组件进行本地测试</p>
|
||||
<h2>商品-联邦模块</h2>
|
||||
<p>此页面仅用于 商品模块 的单独开发和调试,可临时引入组件进行本地测试,实际运行时由 主应用
|
||||
加载本项目代码</p>
|
||||
|
||||
<h2>本模块包含的功能:</h2>
|
||||
<ul>
|
||||
<li>1:获取商品首页的数据和展示</li>
|
||||
<li>2:点击视频进入详情页</li>
|
||||
</ul>
|
||||
<p></p>
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user