asdifijfijoaijofijuasasf

This commit is contained in:
heiye111
2025-09-20 16:19:54 +08:00
parent 09d0d159cd
commit 8be425f388

View File

@@ -3,6 +3,8 @@ import mybutton from './components/Button.vue'
function handleOk(str){ function handleOk(str){
console.log(str) console.log(str)
} }
let asd = 59654
console.log(asd)
</script> </script>
<template> <template>
@@ -13,9 +15,9 @@ function handleOk(str){
<mybutton></mybutton> <mybutton></mybutton>
<mybutton></mybutton> <mybutton></mybutton>
<mybutton></mybutton> <mybutton></mybutton>
</template> </template>
<style> <style>
</style> </style>