diff --git a/README.ja-JP.md b/README.ja-JP.md deleted file mode 100644 index 7e476e166..000000000 --- a/README.ja-JP.md +++ /dev/null @@ -1,110 +0,0 @@ -
-
-
-
-
- Vue 3、Vite、Pinia、およびTailwind CSS を利用した無料で美しい管理テンプレート。効率的でレスポンシブ、かつ高速な管理インターフェースの構築に最適です。 - 開発者: Epicmax。 - Vuestic UI ライブラリをベースにしています。 -
- -- ライブデモ | - Vuestic Admin について | - Vuestic UI ドキュメンテーション -
- -> Vuestic Admin は [Vuestic UI](https://ui.vuestic.dev) で構築されています。私たちの -> 課題、 -> 貢献ガイド を参照して、 -> Discord サーバー でディスカッションに参加して、Vuestic Admin & Vuestic UI の体験を向上させるのに役立ててください。 - -
-
-
-
-
-
-パートナーになる: [hello@epicmax.co](mailto:hello@epicmax.co)
-
-### お仕事の依頼はできますか?
-
-[Epicmax](https://epicmax.co) は初めからオープンソースにコミットしています。Vuestic Admin は Epicmax によって作成され、そしてこれまでのすべての年月を通じてサポートされています。
-
-6年以上にわたる商業およびオープンソースプロジェクトへの専念した作業、および世界中のさまざまな分野で47以上のクライアントを持つことで、Epicmaxは特にVue.jsにおけるフロントエンド開発の深い専門知識を有しています。私たちはプロジェクトのコード監査を定期的に実施しており、これまでのクライアントだけでなく、フロントエンドコードの状態を理解し、セキュアで最新であることを確認したいすべての方にこのサービスを提供することに興奮しています!
-
-Epicmaxによるウェブ開発サービスの相談や注文は、この[フォーム](https://epicmax.co/contacts)からリクエストできます 😎
-
-こんにちはと言いたい方は: [hello@epicmax.co](mailto:hello@epicmax.co)。一緒に仕事ができることを嬉しく思います!
-
-[これまでの仕事](https://epicmax.co) 🤘
-
-[チームに会う](https://ui.vuestic.dev/introduction/team)
-
-### 受賞歴
-
-[
](https://flatlogic.com/templates/vuestic-vue-free-admin)
-
-- [Flatlogic](https://flatlogic.com/templates/vuestic-vue-free-admin) マーケットプレイスによる -
- -### 私たちをフォローしてください - -最新のVuesticニュースをお知らせします! -[Twitter](https://twitter.com/vuestic_ui) または [Linkedin](https://www.linkedin.com/company/18509340) でフォローしてください。 - -### ライセンス - -[MIT](https://github.com/epicmaxco/vuestic-admin/blob/master/LICENSE) ライセンス。 diff --git a/README.md b/README.md index a1335eaee..13a6869fd 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,8 @@ Get Premium Support & Consulting services through our official development partn [Get a quote](https://www.epicmax.co/?ref=vuestic-consulting) ### Follow us - -Stay up to date with the latest Vuestic news! Follow us -on [Twitter](https://twitter.com/vuestic_ui) -or [Linkedin](https://www.linkedin.com/company/18509340) +## bypass husky +git commit -n -m "Your commit message" ### License diff --git a/README.zh-CN.md b/README.zh-CN.md deleted file mode 100644 index b08099629..000000000 --- a/README.zh-CN.md +++ /dev/null @@ -1,103 +0,0 @@ -
-
-
-
-
- 免费且美观的管理模板,使用Vue 3、Vite、Pinia和Tailwind CSS构建。设计用于构建高效、响应式和快速加载的管理界面。 - 由Epicmax开发。 - 基于Vuestic UI库。 -
- -- 在线演示 | - 关于Vuestic Admin | - Vuestic UI文档 -
- -> Vuestic Admin是使用[Vuestic UI](https://ui.vuestic.dev)构建的。查看我们的 -> 问题, -> 贡献指南 并参与我们的 -> Discord服务器,帮助我们改进Vuestic Admin和Vuestic UI体验。 - -
-
-
-
-
-
-成为合作伙伴:[hello@epicmax.co](mailto:hello@epicmax.co)
-
-### 我能雇佣你们吗?
-
-[Epicmax](https://epicmax.co) 从一开始就致力于开源。Vuestic Admin是由Epicmax创建并支持的,经过多年的支持。
-
-在前端开发方面,Epicmax在商业和开源项目上已经有超过6年的专业经验,与全球各个领域的47个以上的客户合作。我们定期对我们的项目进行代码审核,现在很高兴不仅向我们现有的客户提供此服务,而且向任何希望了解其前端代码状态并确保其安全和最新的人提供此服务!
-
-您可以通过[Epicmax的这个表单](https://epicmax.co/contacts)请求咨询或订购Web开发服务 😎
-
-打个招呼:hello@epicmax.co。我们将很高兴与您合作!
-
-[我们做过的其他工作](https://epicmax.co) 🤘
-
-[认识团队](https://ui.vuestic.dev/introduction/team)
-
-### 奖项
-
-
-
-
-- 由@flatlogic市场提供 -
- -### 关注我们 - -随时关注最新的Vuestic新闻!在[Twitter上](https://twitter.com/vuestic_ui) -或[Linkedin上]( diff --git a/index.html b/index.html index 7d1c1574e..6225638e5 100644 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ /> -
+
+ Last event: {{ lastEvent }}
`, +}) + +export const Empty = () => ({ + components: { BillingAddressEdit }, + data() { + return { + billingAddress: { + id: '1', + name: '', + isPrimary: false, + street: '', + city: '', + state: '', + postalCode: '', + country: '', + } satisfies BillingAddress, + } + }, + template: ` +Last event: {{ lastEvent }}
+ `, +}) diff --git a/src/pages/wm/widgets/billing-address/BillingAddressListItem.vue b/src/pages/wm/widgets/billing-address/BillingAddressListItem.vue new file mode 100644 index 000000000..5fdb44be3 --- /dev/null +++ b/src/pages/wm/widgets/billing-address/BillingAddressListItem.vue @@ -0,0 +1,34 @@ + +Last event: {{ lastEvent }}
`, +}) + +export const Empty = () => ({ + components: { PaymentCardEdit }, + data() { + return { + paymentCard: { + id: '', + name: '', + isPrimary: false, + paymentSystem: PaymentSystemType.Visa, + cardNumberMasked: '', + expirationDate: '', + } satisfies PaymentCard, + } + }, + template: ` +Last event: {{ lastEvent }}
+ `, +}) diff --git a/src/pages/wm/widgets/my-cards/PaymentCardListItem.vue b/src/pages/wm/widgets/my-cards/PaymentCardListItem.vue new file mode 100644 index 000000000..8d486b9f4 --- /dev/null +++ b/src/pages/wm/widgets/my-cards/PaymentCardListItem.vue @@ -0,0 +1,42 @@ + +