Skip to content

Commit

Permalink
test: up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Nov 7, 2023
1 parent e234f09 commit 1f029f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixtures/basic.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ function useApi(defaultName = ref('')){
const { id, name } = $useApi()
id === 1
$useApi(name)
useApi($name)
$watch(name,()=>{
watch($name,()=>{
})
$defineExpose({
$$defineExpose({
name,
})
</script>
Expand Down

0 comments on commit 1f029f3

Please sign in to comment.