|
|
@@ -3,7 +3,7 @@
|
|
|
<h1>App</h1>
|
|
|
<hr>
|
|
|
<hr>
|
|
|
- <Demo18 ></Demo18>
|
|
|
+ <Demo19></Demo19>
|
|
|
<!-- <Demo17 ref="dom1"></Demo17> -->
|
|
|
<!-- <button @click="changeMain">获取</button> -->
|
|
|
<!-- <Demo16 v-if="isShow"></Demo16> -->
|
|
|
@@ -46,7 +46,7 @@
|
|
|
// import Demo9 from './components/Demo9.vue'
|
|
|
// import Demo16 from './components/Demo16.vue';
|
|
|
// import Demo17 from './components/Demo17.vue';
|
|
|
-import Demo18 from './components/Demo18.vue';
|
|
|
+import Demo19 from './components/Demo19.vue';
|
|
|
import { ref } from 'vue';
|
|
|
let isShow = ref(true);
|
|
|
let dom1 = ref();
|