File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tailwindcss-typescript-router/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import HelloWorld from './components/HelloWorld.vue'
4848 </div >
4949</template >
5050
51- <style scoped>
51+ <style scoped lang="postcss" >
5252/* Router link active styles need to be in CSS due to dynamic class application */
5353nav a .router-link-exact-active {
5454 @apply text-slate-800 dark :text-gray-200;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import HelloWorld from './components/HelloWorld.vue'
4848 </div >
4949</template >
5050
51- <style scoped>
51+ <style scoped lang="postcss" >
5252/* Router link active styles need to be in CSS due to dynamic class application */
5353nav a .router-link-exact-active {
5454 @apply text-slate-800 dark :text-gray-200;
You can’t perform that action at this time.
0 commit comments