Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd418365

Browse files
committed
postcss fix.
1 parentf9b53d4 commitd418365

File tree

2 files changed

+2
-2
lines changed
  • template/code

2 files changed

+2
-2
lines changed

‎template/code/tailwindcss-router/src/App.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */
5353
nava.router-link-exact-active {
5454
@applytext-slate-800dark:text-gray-200;

‎template/code/tailwindcss-typescript-router/src/App.vue‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 */
5353
nava.router-link-exact-active {
5454
@applytext-slate-800dark:text-gray-200;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp