Skip to content

Commit c62986b

Browse files
update template
1 parent 0f5bc7b commit c62986b

File tree

3 files changed

+254
-942
lines changed

3 files changed

+254
-942
lines changed

eslint.config.mjs

+3
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ export default tseslint.config(
1111
...wdnsConfig,
1212
{
1313
ignores: [
14+
'*__TEMP.*',
15+
'*__TEMP/',
1416
'**/*.cy.ts',
1517
'**/cypress/**',
1618
'cypress.config.ts',
19+
'src/playground/*',
1720
'src/playground/configs/templates/PlaygroundPage.vue',
1821
'src/types/cypress.d.ts',
1922
'vite.build.config.mts',

src/playground/configs/playground.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import PlaygroundApp from './PlaygroundApp.vue';
1111
const app = createApp(PlaygroundApp);
1212

1313
app.use(createVStepperForm({
14-
variant: 'outlined',
14+
// variant: 'outlined',
1515
},
1616
));
1717
app.use(createVCodeBlock());

0 commit comments

Comments
 (0)