25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

12 satır
210 B

2 hafta önce
  1. import autoImport from 'unplugin-auto-import/vite'
  2. export default function createAutoImport() {
  3. return autoImport({
  4. imports: [
  5. 'vue',
  6. 'vue-router',
  7. 'pinia'
  8. ],
  9. dts: false
  10. })
  11. }