2
0
mirror of https://github.com/tenrok/vue-context.git synced 2026-06-23 07:20:33 +03:00
This commit is contained in:
rawilk
2020-08-30 13:22:22 -05:00
parent 55e816ce41
commit 9f5819cdf0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<div class="bg-white shadow overflow-hidden sm:rounded-md"> <div class="bg-white shadow overflow-hidden sm:rounded-md">
<ul> <ul class="demo">
<li> <li>
<a href="#" <a href="#"
class="block hover:bg-gray-50 focus:outline-none focus:bg-gray-50 transition duration-150 ease-in-out" class="block hover:bg-gray-50 focus:outline-none focus:bg-gray-50 transition duration-150 ease-in-out"
+1 -1
View File
@@ -17,7 +17,7 @@ sort: 1
<template> <template>
<div> <div>
<div class="bg-white shadow overflow-hidden sm:rounded-md"> <div class="bg-white shadow overflow-hidden sm:rounded-md">
<ul> <ul class="demo">
<li> <li>
<a href="#" <a href="#"
class="block hover:bg-gray-50 focus:outline-none focus:bg-gray-50 transition duration-150 ease-in-out" class="block hover:bg-gray-50 focus:outline-none focus:bg-gray-50 transition duration-150 ease-in-out"
File diff suppressed because one or more lines are too long