File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" sticky top-0 text-right z-1" >
3
3
<button
4
4
@click =" handleClick"
5
- class =" absolute top-0 right-0 p-2 transition-all transform rounded-full shadow z-1 hover:shadow-lg hover:scale-110 hover:rotate-12"
5
+ class =" absolute top-0 right-0 p-2 text-gray-800 transition-all transform rounded-full shadow dark:text-gray-50 z-1 hover:shadow-lg hover:scale-110 hover:rotate-12"
6
6
v-bind:class =" {
7
7
'bg-gray-100 dark:bg-gray-600': !copied,
8
8
'bg-green-500': copied,
Original file line number Diff line number Diff line change 6
6
"clean" : " rimraf ./dist" ,
7
7
"dev" : " npm run clean && nuxt" ,
8
8
"build" : " npm run clean && nuxt build" ,
9
- "start" : " npm run clean && nuxt start" ,
9
+ "start" : " nuxt start" ,
10
10
"generate" : " npm run clean && nuxt generate" ,
11
11
"lint:js" : " eslint --ext \" .js,.vue\" --ignore-path .gitignore ." ,
12
12
"lint:style" : " stylelint \" **/*.{vue,css}\" --ignore-path .gitignore" ,
You can’t perform that action at this time.
0 commit comments