aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/src/view-changelog-page.ts
blob: dc429bd5a1c943c9cb264b6747705363dcf0c045 (plain)
1
2
3
4
5
6
7
8
import Vue from 'vue'
import App from './views/App.vue'

export default new Vue({
	name: 'ViewChangelogPage',
	render: (h) => h(App),
	el: '#content',
})