File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,8 @@ const items = ref([
145145 </template > <template #center >
146146 <div class =" text-lg" >
147147 <span class =" text-yellow-600 font-bold" >New: </span >
148- <router-link to =" /samples/formEditor " class =" " >
149- <span class =" " >Form Editor </span >
148+ <router-link to =" /outputs/outputList " class =" " >
149+ <span class =" " >Output List - listStyle </span >
150150 </router-link >
151151 </div >
152152 </template > <template #end >
@@ -161,7 +161,7 @@ const items = ref([
161161 <MegaMenu :model =" items" class =" w-134" >
162162 <template #item =" { item } " >
163163 <router-link v-if =" item.route" v-slot =" { href, navigate }" :to =" item.route" custom >
164- <a v-ripple :href =" href" class =" text-lg " @click =" navigate" >
164+ <a v-ripple :href =" href" class =" " @click =" navigate" >
165165 <span :class =" item.icon" />
166166 <span class =" ml-2" >{{ item.label }}</span >
167167 </a >
Original file line number Diff line number Diff line change @@ -12,7 +12,11 @@ function convert(color: string) {
1212
1313export default defineConfig ( {
1414 presets : [
15- presetWind4 ( ) ,
15+ presetWind4 ( {
16+ preflights : {
17+ reset : false ,
18+ } ,
19+ } ) ,
1620 presetIcons ( {
1721 scale : 1.2 ,
1822 unit : 'em' ,
You can’t perform that action at this time.
0 commit comments