Skip to content

Commit b2798f3

Browse files
committed
新增 实战-动态模板
1 parent 09d12c2 commit b2798f3

File tree

7 files changed

+1036
-1
lines changed

7 files changed

+1036
-1
lines changed

src/App.vue

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @Github: https://github.com/CcSimple
55
* @Date: 2023-02-07 11:52:50
66
* @LastEditors: CcSimple
7-
* @LastEditTime: 2023-04-02 16:20:10
7+
* @LastEditTime: 2023-04-14 13:59:09
88
-->
99
<template>
1010
<div class="header">
@@ -47,6 +47,7 @@ import start01 from "./start-01/index.vue";
4747
import start02 from "./start-02/index.vue";
4848
import start03 from "./start-03/index.vue";
4949
import start04 from "./start-04/index.vue";
50+
import start05 from "./start-05/index.vue";
5051
// 链接
5152
const host = window.location.host;
5253
let href = "https://gitee.com/CcSimple/vue-plugin-hiprint";
@@ -72,13 +73,18 @@ const btnList = ref([
7273
demo: "start04",
7374
title: "实战 — 动态provider",
7475
},
76+
{
77+
demo: "start05",
78+
title: "实战 — 动态模板",
79+
},
7580
]);
7681
// demos 用于存放所有 demo
7782
const demos = {
7883
start01,
7984
start02,
8085
start03,
8186
start04,
87+
start05,
8288
};
8389
// curDemo 用于存放当前 demo 的 name
8490
const curDemo = ref(Object.keys(demos)[0]);

0 commit comments

Comments
 (0)