Compare commits
5 Commits
f77f96ee7f
...
ac7c6700c9
Author | SHA1 | Date | |
---|---|---|---|
ac7c6700c9 | |||
31f4551d0f | |||
9f8ef354bc | |||
c9653f320e | |||
f51dde8f15 |
1210
package-lock.json
generated
1210
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,13 +20,13 @@
|
||||
"@vue/cli-plugin-pwa": "5.0.8",
|
||||
"@vue/cli-service": "5.0.8",
|
||||
"@vue/compiler-sfc": "3.4.23",
|
||||
"@vue/eslint-config-standard": "6.1.0",
|
||||
"@vue/eslint-config-standard": "8.0.1",
|
||||
"@babel/eslint-parser": "7.24.1",
|
||||
"eslint": "7.32.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-n": "17.2.1",
|
||||
"eslint-plugin-promise": "4.3.1",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-standard": "5.0.0",
|
||||
"eslint-plugin-vue": "7.20.0"
|
||||
"eslint-plugin-vue": "9.25.0"
|
||||
}
|
||||
}
|
||||
|
@ -671,7 +671,7 @@ import QrcodeVue from 'qrcode.vue'
|
||||
import iso3166Import from '@/assets/iso3166.json'
|
||||
|
||||
// Internal Component
|
||||
import Faq from '@/components/faq'
|
||||
import Faq from '@/components/TheFaq.vue'
|
||||
|
||||
export default {
|
||||
name: "App",
|
||||
|
@ -43,6 +43,6 @@
|
||||
|
||||
<script>
|
||||
export default {
|
||||
name: 'Faq'
|
||||
name: 'TheFaq'
|
||||
}
|
||||
</script>
|
Loading…
x
Reference in New Issue
Block a user