Skip to content

Commit f49f3f9

Browse files
committed
Add css import
1 parent 66c9b7e commit f49f3f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boilerplate.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export default ({
4343
<script setup${useTypescript ? ' lang="ts"' : ''}>
4444
import { ${[useComputedConfig, useComputedDataset].includes(false) ? 'ref, ' : ''}${useComputedConfig || useComputedDataset ? 'computed ' : ''}} from "vue";
4545
import { VueDataUi${useTypescript ? `,${['number', 'Array<Array<string | number>>', ''].includes(datasetType) ? '' : `type ${datasetType},`} type ${configType} }` : '}'} from "vue-data-ui";
46+
import "vue-data-ui/style.css";
4647
4748
${!datasetType ? '' : `const dataset = ${useComputedDataset ? `computed${dsType}(() => {
4849
return ${ds};

0 commit comments

Comments
 (0)