Created
October 15, 2019 13:29
-
-
Save vatson/2354e91b65921d7f446f3f7c7acfa820 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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