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 22 <div class =" sticky top-0 text-right z-1" >
33 <button
44 @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"
66 v-bind:class =" {
77 'bg-gray-100 dark:bg-gray-600': !copied,
88 'bg-green-500': copied,
Original file line number Diff line number Diff line change 66 "clean" : " rimraf ./dist" ,
77 "dev" : " npm run clean && nuxt" ,
88 "build" : " npm run clean && nuxt build" ,
9- "start" : " npm run clean && nuxt start" ,
9+ "start" : " nuxt start" ,
1010 "generate" : " npm run clean && nuxt generate" ,
1111 "lint:js" : " eslint --ext \" .js,.vue\" --ignore-path .gitignore ." ,
1212 "lint:style" : " stylelint \" **/*.{vue,css}\" --ignore-path .gitignore" ,
You can’t perform that action at this time.
0 commit comments