@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
|
@@ -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
|
|
124
|
-
<q-btn label="Forget password" outline rounded
|
|
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>
|