this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔧 (vue) enable defineModel

+6
+1
components.d.ts
··· 14 14 CrcProject: typeof import('./src/components/architecture/crc-project.vue')['default'] 15 15 ForgettingCurve: typeof import('./src/components/smart-notes/forgetting-curve.vue')['default'] 16 16 FormInput: typeof import('./src/components/design-system/form/FormInput.vue')['default'] 17 + Island: typeof import('./node_modules/.pnpm/iles@0.9.5_rollup@2.79.1_sass@1.62.1/node_modules/iles/dist/client/app/components/Island.vue')['default'] 17 18 JulienCalixte: typeof import('./src/components/core/julien-calixte.vue')['default'] 18 19 MyProjects: typeof import('./src/components/presentation/my-projects.vue')['default'] 19 20 OrderTag: typeof import('./src/components/core/order-tag.vue')['default']
+5
iles.config.ts
··· 4 4 5 5 export default defineConfig({ 6 6 siteUrl: "https://juliencalixte.eu", 7 + vue: { 8 + script: { 9 + defineModel: true, 10 + }, 11 + }, 7 12 modules: [ 8 13 "@islands/headings", 9 14 prism(),