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