Skip to content
Snippets Groups Projects
Select Git revision
  • 858cdf8afec2dbdc240ac4934b6c0d4a61611b2c
  • main default protected
2 results

global.ts

Blame
  • global.ts 80 B
    import { ref, type Ref } from 'vue'
    
    export const feed: Ref<string[]> = ref([])