修改报错

This commit is contained in:
duan
2025-01-14 18:10:40 +08:00
parent 6b38f122e0
commit f5df6b17dd
2 changed files with 1 additions and 5 deletions

View File

@@ -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');

View File

@@ -85,8 +85,7 @@
reactive, reactive,
ref, ref,
getCurrentInstance, getCurrentInstance,
nextTick, nextTick
ref
} from "vue"; } from "vue";
import { import {
onShow, onShow,