修改报错
This commit is contained in:
parent
6b38f122e0
commit
f5df6b17dd
3
App.vue
3
App.vue
|
|
@ -1,7 +1,4 @@
|
|||
<script>
|
||||
import {
|
||||
ref
|
||||
} from 'vue';
|
||||
export default {
|
||||
onLaunch: function() {
|
||||
console.log('App Launch');
|
||||
|
|
|
|||
|
|
@ -85,8 +85,7 @@
|
|||
reactive,
|
||||
ref,
|
||||
getCurrentInstance,
|
||||
nextTick,
|
||||
ref
|
||||
nextTick
|
||||
} from "vue";
|
||||
import {
|
||||
onShow,
|
||||
|
|
|
|||
Loading…
Reference in New Issue