添加配置项,首页
This commit is contained in:
@@ -8,8 +8,7 @@
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
import { onReady } from '@dcloudio/uni-app'
|
||||
import { onMounted, ref } from 'vue'
|
||||
const cb = v => {
|
||||
console.log(v)
|
||||
}
|
||||
@@ -27,10 +26,8 @@
|
||||
|
||||
// }
|
||||
// }
|
||||
const title = ref('你好')
|
||||
onReady(() => {
|
||||
console.log('启动了!!')
|
||||
})
|
||||
const title = ref('你112好')
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user