Skip to content

Instantly share code, notes, and snippets.

@vatson
Created October 15, 2019 13:29
Show Gist options
  • Save vatson/2354e91b65921d7f446f3f7c7acfa820 to your computer and use it in GitHub Desktop.
Save vatson/2354e91b65921d7f446f3f7c7acfa820 to your computer and use it in GitHub Desktop.
new VuetifyLoaderPlugin({
match (tag) {
switch (tag) {
case 'v-data-table':
return ['VDataTable', 'import VDataTable from "@/components/Common/DataTable"']
case 'v-tooltip':
return ['VTooltip', "import VTooltip from '@/components/Common/Tooltip'"]
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment