-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4604663
commit e7f6ef6
Showing
5 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
index.html,1624807417819,9307124622ee70080d8d5dd029ee26861a3dde5cfc488f0e56e5b3d4e9ffa4fc | ||
css/app.99cbf659.css,1624807417819,f78edfd523aef95240257bbc2197078c359884292fd025d1b4bf74e96331f727 | ||
404.html,1624807417819,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3 | ||
js/app.7ced1397.js,1624807417829,60c2ac503bb513d9973ac9d67f7d419a15cfb54e13554768cdf1f0ffaafc7ce7 | ||
js/app.7ced1397.js.map,1624807417836,cbf8ad63c54457c218c8c32772eee45e872a06268ce8a7d19a56a34dfdcb279c | ||
css/chunk-vendors.2e8cca34.css,1624807417834,66b9278b1b185558a5a1ecc92b77dbf289e27c0c296379ff7e77dd4b65a08879 | ||
js/chunk-vendors.22b6310e.js,1624807417835,e6e904b9a248e69339fb58f07abecd50fe2360e5c42563e3c4037bfb7ca94df9 | ||
js/chunk-vendors.22b6310e.js.map,1624807417837,675050ec9fd756374223aacfa63b1f7c6b5290fd96524dbdfd42ae0690f5ba15 | ||
404.html,1624836272094,05cbc6f94d7a69ce2e29646eab13be2c884e61ba93e3094df5028866876d18b3 | ||
css/app.b334d3e1.css,1624836272128,241d882c7f7c6f58abfc058bc2cc18e76be4cad3ca6bc7e7e1e467e36ab1b32f | ||
index.html,1624836272102,055703e786750653499c6bbf6dee06190a95bc47d532854d122b9ab48554bd7d | ||
js/app.30c05eb2.js,1624836272095,78fd702d186bf99a126652e12dad366f2f22c059d80fc32e640bac053b683f13 | ||
js/app.30c05eb2.js.map,1624836272126,c30e56adc25383b35947affd84a68993b721dfee49714289abbcc5a193a60ad7 | ||
css/chunk-vendors.5260220f.css,1624836272102,a4796944dfda84b3fcfa940394ae492be4cbcc4d754f128cc13781728e56da32 | ||
js/chunk-vendors.45bdbccc.js,1624836272102,01f7d2e6776d041cc0cc06db106b0396d53824d62f704fb64dcf8e751dc0323d | ||
js/chunk-vendors.45bdbccc.js.map,1624836272130,254705997607115b759df160d5ffc7e53d8c7e3f6a055e930700ddf80a1b6e97 | ||
img/me.020f8955.png,1624836272126,8fdaffd701e83fbf0ebb7fd9645564ee3557bcd69a5d685e12acac606c5b61f1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
import Vue from 'vue' | ||
import Meta from 'vue-meta' | ||
import App from './App.vue' | ||
import vuetify from './plugins/vuetify' | ||
import router from './router' | ||
import Vue from "vue"; | ||
import Meta from "vue-meta"; | ||
import App from "./App.vue"; | ||
import vuetify from "./plugins/vuetify"; | ||
import router from "./router"; | ||
|
||
Vue.use(Meta) | ||
Vue.use(Meta); | ||
|
||
new Vue({ | ||
vuetify, | ||
router, | ||
render: (h) => h(App) | ||
}).$mount('#app') | ||
render: (h) => h(App), | ||
}).$mount("#app"); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters