-
-
Save KReden/7b11661f87449fa500716c2fd065ce00 to your computer and use it in GitHub Desktop.
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
import Vue from 'vue/dist/vue.esm' | |
import App from '../src/components/app.vue' | |
document.addEventListener('DOMContentLoaded', () => { | |
app.vm = new Vue({ | |
store: app.store, | |
router: app.router, | |
data: {}, | |
mounted: function() { | |
} | |
}).$mount(".siteWrapper__page") | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment