We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66c9b7e commit f49f3f9Copy full SHA for f49f3f9
boilerplate.js
@@ -43,6 +43,7 @@ export default ({
43
<script setup${useTypescript ? ' lang="ts"' : ''}>
44
import { ${[useComputedConfig, useComputedDataset].includes(false) ? 'ref, ' : ''}${useComputedConfig || useComputedDataset ? 'computed ' : ''}} from "vue";
45
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";
47
48
${!datasetType ? '' : `const dataset = ${useComputedDataset ? `computed${dsType}(() => {
49
return ${ds};
0 commit comments