Skip to content

Instantly share code, notes, and snippets.

@onefriendaday
Created August 20, 2019 12:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save onefriendaday/e866c501601b62b0225a8f2f32db2593 to your computer and use it in GitHub Desktop.
Save onefriendaday/e866c501601b62b0225a8f2f32db2593 to your computer and use it in GitHub Desktop.
pluginCreated() {
this.$sb.getScript('https://cdnjs.cloudflare.com/ajax/libs/uikit/3.1.7/js/uikit-core.min.js');
this.$nextTick(() => {
this.padding = this.model.padding;
this.margin = this.model.margin;
})
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment