feat: replace nuxt icons with unocss icons
This commit is contained in:
@@ -111,7 +111,7 @@ const submit = async () => {
|
||||
<input required minlength="8" maxlength="128" ref="passwordInputEl" type="password"
|
||||
autocomplete="current-password" id="password" v-model="form.password" />
|
||||
<button :disabled="!hydrated" class="accent" type="submit">
|
||||
<Icon v-if="loading" class="text-6 h-6" name="svg-spinners:90-ring-with-bg" />
|
||||
<span v-if="loading" class="i-svg-spinners-90-ring-with-bg text-6"></span>
|
||||
<span v-else>Login</span>
|
||||
</button>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user