Normalize all the line endings and format

master
Raymonzut 4 years ago
parent 267ffdc293
commit ba2ca7cfdd
No known key found for this signature in database
GPG Key ID: 97CF2D8BE2C69FC7
  1. 0
      .github/workflows/nodejs.yml
  2. 0
      .gitignore
  3. 4
      babel.config.js
  4. 0
      src/App.vue
  5. 0
      src/assets/logo.png
  6. 0
      src/components/aboutme.vue
  7. 0
      src/components/answer.vue
  8. 0
      src/components/qa.vue
  9. 0
      src/components/question.vue
  10. 1
      src/main.js
  11. 0
      src/me.js
  12. 0
      test/me.js

@ -1,5 +1,3 @@
module.exports = {
presets: [
'@vue/cli-plugin-babel/preset'
]
presets: ['@vue/cli-plugin-babel/preset'],
}

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

@ -6,4 +6,3 @@ Vue.config.productionTip = false
new Vue({
render: h => h(App),
}).$mount('#app')

Loading…
Cancel
Save