Update apple-account-settings.ejs
This commit is contained in:
parent
5dfd8b01b4
commit
4f366a8c17
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
||||||
Vue.component('apple-account-settings', {
|
Vue.component('apple-account-settings', {
|
||||||
template: '#apple-account-settings',
|
template: '#apple-account-settings',
|
||||||
mounted() {
|
mounted() {
|
||||||
|
document.querySelector("#foo").addEventListener("dom-ready", ()=>{
|
||||||
|
// document.querySelector("#foo").executeJavaScript(`document.body.innerHTML += ("<style>.header {display: none!important;} </style>")`)
|
||||||
|
})
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue