Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created October 23, 2021 14:29
Show Gist options
  • Save agusrichard/7c015befa9c94d043826aae644e421b0 to your computer and use it in GitHub Desktop.
Save agusrichard/7c015befa9c94d043826aae644e421b0 to your computer and use it in GitHub Desktop.
// 1. init code
export function setup() {
// 2. setup code
}
export default function (data) {
// 3. VU code
}
export function teardown(data) {
// 4. teardown code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment