Skip to content

Instantly share code, notes, and snippets.

@Natgho
Created January 22, 2021 12:16
Show Gist options
  • Save Natgho/3bc8a21b5d85ca9be8841cffa7592c79 to your computer and use it in GitHub Desktop.
Save Natgho/3bc8a21b5d85ca9be8841cffa7592c79 to your computer and use it in GitHub Desktop.
BaseApp.js
export default {
data: {
index: 0,
},
onInit() {
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment