This commit is contained in:
2023-09-26 09:08:56 +08:00
parent d56353e494
commit 6389cbc7e8
2 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,8 @@
<template> <template>
<view> <view class="app">
<view class="card">
</view>
</view> </view>
</template> </template>
@ -8,7 +10,7 @@
export default { export default {
data() { data() {
return { return {
}; };
} }
} }
@ -16,4 +18,4 @@
<style lang="scss"> <style lang="scss">
</style> </style>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB