@xizs/nuxt-antui 0.0.41 → 0.0.43

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.
@@ -34,7 +34,7 @@ const state = reactive({
34
34
  preOpenKeys: ['sub1'],
35
35
  });
36
36
 
37
- const { $t } = useI18n()
37
+ const { t:$t } = useI18n()
38
38
 
39
39
  const items = computed(()=>{
40
40
  let a = props.items.map((item) => {
@@ -16,7 +16,6 @@
16
16
  "取消":"取消",
17
17
  "请输入{label}开始":"请输入{label}开始",
18
18
  "请输入{label}结束":"请输入{label}结束",
19
-
20
19
  "共{a}页,{b}条数据":"共{a}页,{b}条数据",
21
20
 
22
21
  "":""
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xizs/nuxt-antui",
3
3
  "type": "module",
4
- "version": "0.0.41",
4
+ "version": "0.0.43",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",