@hostlink/nuxt-light 0.0.31 → 0.0.33

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.
package/dist/module.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "0.0.31"
4
+ "version": "0.0.33"
5
5
  }
@@ -10,4 +10,8 @@ body {
10
10
  --color-error: 245 108 108;
11
11
  --color-info: 0 207 232;
12
12
  }
13
- */
13
+ */
14
+
15
+ .q-card__actions .q-btn--rectangle {
16
+ padding: 4px 16px;
17
+ }
@@ -1,7 +1,7 @@
1
1
  <script setup>
2
2
  import { computed, ref } from "vue";
3
3
  import { useI18n } from 'vue-i18n';
4
- import tc2sc from "../lib/tc2sc.js";
4
+ import tc2sc from "../lib/tc2sc";
5
5
 
6
6
  const i18n = useI18n();
7
7
 
@@ -120,8 +120,8 @@ const forgetPassword = async () => {
120
120
  </q-form>
121
121
  </q-card-section>
122
122
  <q-card-actions>
123
- <q-btn label="Login" outline rounded="" color="primary" icon="sym_o_login" @click="submit" />
124
- <q-btn label="Forget password" outline rounded="" color="primary" icon="sym_o_lock_reset" @click="forgetPassword" />
123
+ <q-btn label="Login" outline rounded color="primary" icon="sym_o_login" @click="submit"/>
124
+ <q-btn label="Forget password" outline rounded color="primary" icon="sym_o_lock_reset" @click="forgetPassword" />
125
125
  </q-card-actions>
126
126
  </q-card>
127
127
  </template>
@@ -1,3 +1,3 @@
1
1
  <template>
2
- <q-btn color="primary" outline rounded icon="sym_o_save" :label="$t('Save')" />
2
+ <q-btn outline color="primary" rounded icon="sym_o_save" :label="$t('Save')" />
3
3
  </template>
@@ -16,8 +16,6 @@ const obj = reactive({
16
16
  <q-card-section>
17
17
  Hello
18
18
 
19
- <l-input translate label="Title" v-model="obj.title"></l-input>
20
-
21
19
  {{ i18n.locale }}
22
20
  {{ my }}
23
21
  </q-card-section>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "0.0.31",
3
+ "version": "0.0.33",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",