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