1 2 3 4 5
import { ref, computed } from 'vue' import { defineStore } from 'pinia' export const useNewsStore = defineStore('news', () => { })