chore: enum
This commit is contained in:
parent
1baec3728f
commit
8f584e027f
@ -46,7 +46,8 @@ const description = ref(
|
||||
)
|
||||
// 测试 uni API 自动引入
|
||||
onLoad(() => {
|
||||
console.log(author)
|
||||
console.log(author.value)
|
||||
// 测试 enum
|
||||
console.log(TestEnum.A)
|
||||
})
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user