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