File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11<script lang="ts">
2- import Watermark from ' @/code/components/Watermark.vue' ;
32import type { Language } from ' @/code/types/language'
43import type { Size } from ' @/code/types/size'
4+ import Watermark from ' @/code/components/Watermark.vue'
55import { camera as cameraIcon , moon as moonIcon , sun as sunIcon } from ' @/icons'
66
77const app = tv ({
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const ui = computed(() => watermark({ class: props.class }))
2222 </script >
2323
2424<template >
25- <p :class = " ui " v-if =" text" >
25+ <p v-if =" text" :class = " ui " >
2626 {{ text }}
2727 </p >
2828</template >
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ import { fileURLToPath } from 'node:url'
33import Tailwind from '@tailwindcss/vite'
44import Vue from '@vitejs/plugin-vue'
55import AutoImport from 'unplugin-auto-import/vite'
6+ import Fonts from 'unplugin-fonts/vite'
67import Components from 'unplugin-vue-components/vite'
78import { defineConfig } from 'vite'
89import VueDevTools from 'vite-plugin-vue-devtools'
9- import Fonts from 'unplugin-fonts/vite'
1010
1111export default defineConfig ( {
1212 plugins : [
You can’t perform that action at this time.
0 commit comments