|
|
@@ -2,7 +2,8 @@
|
|
|
<div>
|
|
|
<hr />
|
|
|
<hr />
|
|
|
- <Demo14 :news="person"></Demo14>
|
|
|
+ <Demo15></Demo15>
|
|
|
+ <!-- <Demo14 :news="person"></Demo14> -->
|
|
|
<!-- <Demo13 v-if="show"></Demo13> -->
|
|
|
<!-- <Demo12 ref="main"></Demo12>
|
|
|
<button @click="getMain">展示</button> -->
|
|
|
@@ -46,7 +47,8 @@ import { ref, reactive } from "vue";
|
|
|
// import Demo11 from "./components/Demo11.vue";
|
|
|
// import Demo12 from "./components/Demo12.vue";
|
|
|
// import Demo13 from "./components/Demo13.vue";
|
|
|
-import Demo14 from "./components/Demo14.vue";
|
|
|
+// import Demo14 from "./components/Demo14.vue";
|
|
|
+import Demo15 from "./components/Demo15.vue";
|
|
|
|
|
|
interface x {
|
|
|
name: string;
|