adata-ui 2.1.20 → 2.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,7 +114,10 @@ watch(isOpen, async (value) => {
114
114
  </script>
115
115
 
116
116
  <template>
117
- <a-side-panel v-model="isOpen" width="484px">
117
+ <a-side-panel
118
+ v-model="isOpen"
119
+ width="484px"
120
+ >
118
121
  <template #header>
119
122
  <div class="flex items-center gap-2">
120
123
  <button @click="onBack">
@@ -60,7 +60,10 @@ function handlePayment() {
60
60
  </script>
61
61
 
62
62
  <template>
63
- <a-side-panel v-model="isOpen" width="484px">
63
+ <a-side-panel
64
+ v-model="isOpen"
65
+ width="484px"
66
+ >
64
67
  <template #header>
65
68
  <div class="text-xl font-semibold">
66
69
  {{ t('payment.topUp.title') }}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "adata-ui",
3
3
  "type": "module",
4
- "version": "2.1.20",
4
+ "version": "2.1.22",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",